Skip to content

PLCamera.EncoderModeEnum Class#

Sets the encoder mode.

Applies to: racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE

Visibility: Expert

Selected by: EncoderSelector

The feature documentation may provide more information.

Inheritance Hierarchy#

System.Object
  Basler.Pylon.ParameterListEnum
    Basler.Pylon.PLCamera.EncoderModeEnum

Constructors#

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

Properties#

 NameDescription
Public propertyFourPhase

The encoder mode is set to Four Phase. In Four Phase mode, the counter increments or decrements by 1 for every full quadrature cycle. Jitter filtering is applied.

Applies to: racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE

Public propertyHighResolution

The encoder mode is set to High Resolution. In High Resolution mode, the counter increments or decrements every quadrature phase. Jitter filtering isn't applied.

Applies to: racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE

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

Methods#

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

PLCamera.EncoderModeEnum.ToString Method#

The full name of EncoderMode

Return Value#

Type: String
Returns the full name of EncoderMode

PLCamera.EncoderModeEnum Constructor#

Initializes a new instance of the PLCamera.EncoderModeEnum class

PLCamera.EncoderModeEnum.FourPhase Property#

The encoder mode is set to Four Phase. In Four Phase mode, the counter increments or decrements by 1 for every full quadrature cycle. Jitter filtering is applied.

Applies to: racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE

PLCamera.EncoderModeEnum.HighResolution Property#

The encoder mode is set to High Resolution. In High Resolution mode, the counter increments or decrements every quadrature phase. Jitter filtering isn't applied.

Applies to: racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE

PLCamera.EncoderModeEnum.Name Property#

The full name of EncoderMode