Skip to content

PLCamera.CounterTriggerActivationEnum Class#

Sets the type of signal transition that will start the counter.

Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE

Visibility: Expert

Selected by: CounterSelector

The feature documentation may provide more information.

Inheritance Hierarchy#

System.Object
  Basler.Pylon.ParameterListEnum
    Basler.Pylon.PLCamera.CounterTriggerActivationEnum

Constructors#

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

Properties#

 NameDescription
Public propertyAnyEdge

The counter is started on any edge (rising or falling) of the selected source.

Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE

Public propertyFallingEdge

The counter is started on the falling edge of the source selected.

Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE

Public propertyLevelHigh

The counter is active as long as the logic level of the source selected is high.

Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE

Public propertyLevelLow

The counter is active as long as the logic level of the source selected is low.

Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE

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

The counter is started on the risiging edge of the source selected.

Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE

 

Methods#

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

PLCamera.CounterTriggerActivationEnum.ToString Method#

The full name of CounterTriggerActivation

Return Value#

Type: String
Returns the full name of CounterTriggerActivation

PLCamera.CounterTriggerActivationEnum Constructor#

Initializes a new instance of the PLCamera.CounterTriggerActivationEnum class

PLCamera.CounterTriggerActivationEnum.AnyEdge Property#

The counter is started on any edge (rising or falling) of the selected source.

Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE

PLCamera.CounterTriggerActivationEnum.FallingEdge Property#

The counter is started on the falling edge of the source selected.

Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE

PLCamera.CounterTriggerActivationEnum.LevelHigh Property#

The counter is active as long as the logic level of the source selected is high.

Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE

PLCamera.CounterTriggerActivationEnum.LevelLow Property#

The counter is active as long as the logic level of the source selected is low.

Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE

PLCamera.CounterTriggerActivationEnum.Name Property#

The full name of CounterTriggerActivation

PLCamera.CounterTriggerActivationEnum.RisingEdge Property#

The counter is started on the risiging edge of the source selected.

Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE