Skip to content

PLCamera.SequencerModeEnum Class#

Sets whether the sequencer can be used for image acquisition.

Applies to: ace 2 GigE, ace 2 USB, ace USB and boost CoaXPress

Visibility: Expert

The feature documentation may provide more information.

Inheritance Hierarchy#

System.Object
  Basler.Pylon.ParameterListEnum
    Basler.Pylon.PLCamera.SequencerModeEnum

Constructors#

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

Properties#

 NameDescription
Public propertyName The full name of SequencerMode (Overrides ParameterListEnum.Name.)
Public propertyOff

The sequencer can't be used for image acquisition.

Applies to: ace 2 GigE, ace 2 USB, ace USB and boost CoaXPress

Public propertyOn

Image acquisitions will be controlled by the sequencer.

Applies to: ace 2 GigE, ace 2 USB, ace USB and boost CoaXPress

 

Methods#

 NameDescription
Public methodToString The full name of SequencerMode (Overrides Object.ToString()()()().)
 

PLCamera.SequencerModeEnum.ToString Method#

The full name of SequencerMode

Return Value#

Type: String
Returns the full name of SequencerMode

PLCamera.SequencerModeEnum Constructor#

Initializes a new instance of the PLCamera.SequencerModeEnum class

PLCamera.SequencerModeEnum.Name Property#

The full name of SequencerMode

PLCamera.SequencerModeEnum.Off Property#

The sequencer can't be used for image acquisition.

Applies to: ace 2 GigE, ace 2 USB, ace USB and boost CoaXPress

PLCamera.SequencerModeEnum.On Property#

Image acquisitions will be controlled by the sequencer.

Applies to: ace 2 GigE, ace 2 USB, ace USB and boost CoaXPress