Skip to content

PLCamera.SequenceAdvanceModeEnum Class#

Sets the sequence set advance mode.

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#

 NameDescription
Public methodPLCamera.SequenceAdvanceModeEnum Initializes a new instance of the PLCamera.SequenceAdvanceModeEnum class
 

Properties#

 NameDescription
Public propertyAuto

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

Public propertyControlled

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

Public propertyFreeSelection

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

Public propertyName The full name of SequenceAdvanceMode (Overrides ParameterListEnum.Name.)
 

Methods#

 NameDescription
Public methodToString 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