PLCamera.SequenceAdvanceModeEnum Class#
Applies to: CameraLink and GigE
Visibility: Guru
The feature documentation may provide more information.
Inheritance Hierarchy#
System.Object
Basler.Pylon.ParameterListEnum
Basler.Pylon.PLCamera.SequenceAdvanceModeEnum
Constructors#
Name | Description | |
---|---|---|
PLCamera.SequenceAdvanceModeEnum | Initializes a new instance of the PLCamera.SequenceAdvanceModeEnum class |
Properties#
Name | Description | |
---|---|---|
Auto | The Auto sequence advance mode is selected. This mode is useful if you want to configure a fixed sequence which is repeated continuously. The advance from one sequence set to the next occurs automatically as frame triggers are received. Applies to: CameraLink and GigE | |
Controlled | The Controlled sequence advance mode is selected. This mode is useful if you want to configure a dynamic sequence which can be controlled via input line or software commands. The advance from one sequence set to the next proceeds in ascending sequence set index numbers according to the selected sequence control source. Applies to: CameraLink and GigE | |
FreeSelection | The Free Selection sequence advance mode is selected. This mode is useful if you want to quickly change between freely selectable sequence sets without having to observe any particular order. You can use the input lines of your camera to determine the sequence. Applies to: CameraLink and GigE | |
Name | The full name of SequenceAdvanceMode (Overrides ParameterListEnum.Name.) |
Methods#
Name | Description | |
---|---|---|
ToString | The full name of SequenceAdvanceMode (Overrides Object.ToString()()()().) |
PLCamera.SequenceAdvanceModeEnum.ToString Method#
The full name of SequenceAdvanceMode
Return Value#
Type: String
Returns the full name of SequenceAdvanceMode
PLCamera.SequenceAdvanceModeEnum Constructor#
Initializes a new instance of the PLCamera.SequenceAdvanceModeEnum class
PLCamera.SequenceAdvanceModeEnum.Auto Property#
The Auto sequence advance mode is selected. This mode is useful if you want to configure a fixed sequence which is repeated continuously. The advance from one sequence set to the next occurs automatically as frame triggers are received.
Applies to: CameraLink and GigE
PLCamera.SequenceAdvanceModeEnum.Controlled Property#
The Controlled sequence advance mode is selected. This mode is useful if you want to configure a dynamic sequence which can be controlled via input line or software commands. The advance from one sequence set to the next proceeds in ascending sequence set index numbers according to the selected sequence control source.
Applies to: CameraLink and GigE
PLCamera.SequenceAdvanceModeEnum.FreeSelection Property#
The Free Selection sequence advance mode is selected. This mode is useful if you want to quickly change between freely selectable sequence sets without having to observe any particular order. You can use the input lines of your camera to determine the sequence.
Applies to: CameraLink and GigE
PLCamera.SequenceAdvanceModeEnum.Name Property#
The full name of SequenceAdvanceMode