Skip to content

PLCamera.BslLightControlTriggerActivationEnum Class#

Sets the type of signal transition that will trigger connected light devices.

Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB and boost CoaXPress

Visibility: Expert

The feature documentation may provide more information.

Inheritance Hierarchy#

System.Object
  Basler.Pylon.ParameterListEnum
    Basler.Pylon.PLCamera.BslLightControlTriggerActivationEnum

Constructors#

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

Properties#

 NameDescription
Public propertyAnyEdge

The light device is triggered when the source signal falls or rises.

Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB and boost CoaXPress

Public propertyFallingEdge

The light device is triggered when the source signal falls.

Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB and boost CoaXPress

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

The light device is triggered when the source signal rises.

Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB and boost CoaXPress

 

Methods#

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

PLCamera.BslLightControlTriggerActivationEnum.ToString Method#

The full name of BslLightControlTriggerActivation

Return Value#

Type: String
Returns the full name of BslLightControlTriggerActivation

PLCamera.BslLightControlTriggerActivationEnum Constructor#

Initializes a new instance of the PLCamera.BslLightControlTriggerActivationEnum class

PLCamera.BslLightControlTriggerActivationEnum.AnyEdge Property#

The light device is triggered when the source signal falls or rises.

Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB and boost CoaXPress

PLCamera.BslLightControlTriggerActivationEnum.FallingEdge Property#

The light device is triggered when the source signal falls.

Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB and boost CoaXPress

PLCamera.BslLightControlTriggerActivationEnum.Name Property#

The full name of BslLightControlTriggerActivation

PLCamera.BslLightControlTriggerActivationEnum.RisingEdge Property#

The light device is triggered when the source signal rises.

Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB and boost CoaXPress