Skip to content

PLCamera.CounterEventActivationEnum Class#

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

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.CounterEventActivationEnum

Constructors#

 NameDescription
Public methodPLCamera.CounterEventActivationEnum Initializes a new instance of the PLCamera.CounterEventActivationEnum 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 CounterEventActivation (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 CounterEventActivation (Overrides Object.ToString()()()().)
 

PLCamera.CounterEventActivationEnum.ToString Method#

The full name of CounterEventActivation

Return Value#

Type: String
Returns the full name of CounterEventActivation

PLCamera.CounterEventActivationEnum Constructor#

Initializes a new instance of the PLCamera.CounterEventActivationEnum class

PLCamera.CounterEventActivationEnum.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.CounterEventActivationEnum.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.CounterEventActivationEnum.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.CounterEventActivationEnum.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.CounterEventActivationEnum.Name Property#

The full name of CounterEventActivation

PLCamera.CounterEventActivationEnum.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