Skip to content

PLCamera.SequenceConfigurationModeEnum Class#

Sets whether the sequencer can be configured.

Applies to: GigE

Visibility: Expert

The feature documentation may provide more information.

Inheritance Hierarchy#

System.Object
  Basler.Pylon.ParameterListEnum
    Basler.Pylon.PLCamera.SequenceConfigurationModeEnum

Constructors#

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

Properties#

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

The sequencer can't be configured.

Applies to: GigE

Public propertyOn

The sequencer can be configured.

Applies to: GigE

 

Methods#

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

PLCamera.SequenceConfigurationModeEnum.ToString Method#

The full name of SequenceConfigurationMode

Return Value#

Type: String
Returns the full name of SequenceConfigurationMode

PLCamera.SequenceConfigurationModeEnum Constructor#

Initializes a new instance of the PLCamera.SequenceConfigurationModeEnum class

PLCamera.SequenceConfigurationModeEnum.Name Property#

The full name of SequenceConfigurationMode

PLCamera.SequenceConfigurationModeEnum.Off Property#

The sequencer can't be configured.

Applies to: GigE

PLCamera.SequenceConfigurationModeEnum.On Property#

The sequencer can be configured.

Applies to: GigE