Skip to content

PLCamera.CounterTriggerActivationEnum Class#

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

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

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

Trigger on the rising or falling edge of the selected source.

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

Public propertyFallingEdge

Trigger on the falling edge of the selected source.

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

Public propertyLevelHigh

Trigger is active as long as the selected source signal is on a logic high level.

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

Public propertyLevelLow

Trigger is active as long as the selected source signal is on a logic low level.

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

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

Trigger on the rising edge of the selected source.

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

 

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#

Trigger on the rising or falling edge of the selected source.

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

PLCamera.CounterTriggerActivationEnum.FallingEdge Property#

Trigger on the falling edge of the selected source.

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

PLCamera.CounterTriggerActivationEnum.LevelHigh Property#

Trigger is active as long as the selected source signal is on a logic high level.

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

PLCamera.CounterTriggerActivationEnum.LevelLow Property#

Trigger is active as long as the selected source signal is on a logic low level.

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

PLCamera.CounterTriggerActivationEnum.Name Property#

The full name of CounterTriggerActivation

PLCamera.CounterTriggerActivationEnum.RisingEdge Property#

Trigger on the rising edge of the selected source.

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