Skip to content

PLCamera.CounterResetActivationEnum Class#

Sets which type of signal transition will reset the counter.

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

Visibility: Beginner

Selected by: CounterSelector

The feature documentation may provide more information.

Inheritance Hierarchy#

System.Object
  Basler.Pylon.ParameterListEnum
    Basler.Pylon.PLCamera.CounterResetActivationEnum

Constructors#

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

Properties#

 NameDescription
Public propertyAnyEdge

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

Applies to: ace 2 GigE, ace 2 USB, ace 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, ace 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, ace 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, ace USB, boost CoaXPress and dart 2 USB

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

The counter is reset on the rising edge of the signal.

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

 

Methods#

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

PLCamera.CounterResetActivationEnum.ToString Method#

The full name of CounterResetActivation

Return Value#

Type: String
Returns the full name of CounterResetActivation

PLCamera.CounterResetActivationEnum Constructor#

Initializes a new instance of the PLCamera.CounterResetActivationEnum class

PLCamera.CounterResetActivationEnum.AnyEdge Property#

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

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

PLCamera.CounterResetActivationEnum.FallingEdge Property#

Trigger on the falling edge of the selected source.

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

PLCamera.CounterResetActivationEnum.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, ace USB, boost CoaXPress and dart 2 USB

PLCamera.CounterResetActivationEnum.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, ace USB, boost CoaXPress and dart 2 USB

PLCamera.CounterResetActivationEnum.Name Property#

The full name of CounterResetActivation

PLCamera.CounterResetActivationEnum.RisingEdge Property#

The counter is reset on the rising edge of the signal.

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