Skip to content

PLTransportLayer.ShaftEncoderLeadingEnum Class#

Sets the leading signal / direction for the shaft encoder. A foreward movement is defined by a rising edge of signal A before signal B, if the parameter is set to Signal_AB. Source_A: Forward is defined by A before B. Source_B: Forward is defined by B before A.

Applies to: CoaXPress

Visibility: Expert

The feature documentation may provide more information.

Inheritance Hierarchy#

System.Object
  Basler.Pylon.ParameterListEnum
    Basler.Pylon.PLTransportLayer.ShaftEncoderLeadingEnum

Constructors#

 NameDescription
Public methodPLTransportLayer.ShaftEncoderLeadingEnum Initializes a new instance of the PLTransportLayer.ShaftEncoderLeadingEnum class
 

Properties#

 NameDescription
Public propertyName The full name of ShaftEncoderLeading (Overrides ParameterListEnum.Name.)
Public propertySourceA

Shaft encoder leading edge is A.

Applies to: CoaXPress

Public propertySourceB

Shaft encoder leading edge is B.

Applies to: CoaXPress

 

Methods#

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

PLTransportLayer.ShaftEncoderLeadingEnum.ToString Method#

The full name of ShaftEncoderLeading

Return Value#

Type: String
Returns the full name of ShaftEncoderLeading

PLTransportLayer.ShaftEncoderLeadingEnum Constructor#

Initializes a new instance of the PLTransportLayer.ShaftEncoderLeadingEnum class

PLTransportLayer.ShaftEncoderLeadingEnum.Name Property#

The full name of ShaftEncoderLeading

PLTransportLayer.ShaftEncoderLeadingEnum.SourceA Property#

Shaft encoder leading edge is A.

Applies to: CoaXPress

PLTransportLayer.ShaftEncoderLeadingEnum.SourceB Property#

Shaft encoder leading edge is B.

Applies to: CoaXPress