Skip to content

PLTransportLayer.ExSyncOnEnum Class#

Enables or disables the ExSync output to the camera. Make sure that the camera is expecting this signal and interprets it in the expected way. The polarity of this signal is relevant for proper functionality.

Applies to: CoaXPress

Visibility: Expert

The feature documentation may provide more information.

Inheritance Hierarchy#

System.Object
  Basler.Pylon.ParameterListEnum
    Basler.Pylon.PLTransportLayer.ExSyncOnEnum

Constructors#

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

Properties#

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

The trigger queue mode is disabled.

Applies to: CoaXPress

Public propertyOn

The trigger queue mode is enabled.

Applies to: CoaXPress

 

Methods#

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

PLTransportLayer.ExSyncOnEnum.ToString Method#

The full name of ExSyncOn

Return Value#

Type: String
Returns the full name of ExSyncOn

PLTransportLayer.ExSyncOnEnum Constructor#

Initializes a new instance of the PLTransportLayer.ExSyncOnEnum class

PLTransportLayer.ExSyncOnEnum.Name Property#

The full name of ExSyncOn

PLTransportLayer.ExSyncOnEnum.Off Property#

The trigger queue mode is disabled.

Applies to: CoaXPress

PLTransportLayer.ExSyncOnEnum.On Property#

The trigger queue mode is enabled.

Applies to: CoaXPress