Skip to content

PLTransportLayer.CxpTriggerPacketModeEnum Class#

Sets the trigger packet mode. This parameter allows you to send triggers on rising edges only. It can be used for extreme trigger rates. This parameter may violate the CXP standard.

Applies to: CoaXPress

Visibility: Expert

The feature documentation may provide more information.

Inheritance Hierarchy#

System.Object
  Basler.Pylon.ParameterListEnum
    Basler.Pylon.PLTransportLayer.CxpTriggerPacketModeEnum

Constructors#

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

Properties#

 NameDescription
Public propertyCXPTriggerRising

Only rising edge trigger packets are sent. This violates the CXP standard but allows higher trigger frequencies.

Applies to: CoaXPress

Public propertyCXPTriggerStandard

Rising and falling edge trigger packets are sent on an alternating basis. This is the standard option specified in the CoaXPress standard.

Applies to: CoaXPress

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

Methods#

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

PLTransportLayer.CxpTriggerPacketModeEnum.ToString Method#

The full name of CxpTriggerPacketMode

Return Value#

Type: String
Returns the full name of CxpTriggerPacketMode

PLTransportLayer.CxpTriggerPacketModeEnum Constructor#

Initializes a new instance of the PLTransportLayer.CxpTriggerPacketModeEnum class

PLTransportLayer.CxpTriggerPacketModeEnum.CXPTriggerRising Property#

Only rising edge trigger packets are sent. This violates the CXP standard but allows higher trigger frequencies.

Applies to: CoaXPress

PLTransportLayer.CxpTriggerPacketModeEnum.CXPTriggerStandard Property#

Rising and falling edge trigger packets are sent on an alternating basis. This is the standard option specified in the CoaXPress standard.

Applies to: CoaXPress

PLTransportLayer.CxpTriggerPacketModeEnum.Name Property#

The full name of CxpTriggerPacketMode