Skip to content

PLCamera.TimerTriggerActivationEnum Class#

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

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

Visibility: Beginner

Selected by: TimerSelector

The feature documentation may provide more information.

Inheritance Hierarchy#

System.Object
  Basler.Pylon.ParameterListEnum
    Basler.Pylon.PLCamera.TimerTriggerActivationEnum

Constructors#

 NameDescription
Public methodPLCamera.TimerTriggerActivationEnum Initializes a new instance of the PLCamera.TimerTriggerActivationEnum 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

The timer will start at a falling edge signal change.

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

Public propertyLevelHigh

This enumeration value sets the type of signal change needed to start the timer to level high.

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

Public propertyLevelLow

This enumeration value sets the type of signal change needed to start the timer to level low.

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

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

The timer will start at a rising edge signal change.

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

 

Methods#

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

PLCamera.TimerTriggerActivationEnum.ToString Method#

The full name of TimerTriggerActivation

Return Value#

Type: String
Returns the full name of TimerTriggerActivation

PLCamera.TimerTriggerActivationEnum Constructor#

Initializes a new instance of the PLCamera.TimerTriggerActivationEnum class

PLCamera.TimerTriggerActivationEnum.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.TimerTriggerActivationEnum.FallingEdge Property#

The timer will start at a falling edge signal change.

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

PLCamera.TimerTriggerActivationEnum.LevelHigh Property#

This enumeration value sets the type of signal change needed to start the timer to level high.

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

PLCamera.TimerTriggerActivationEnum.LevelLow Property#

This enumeration value sets the type of signal change needed to start the timer to level low.

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

PLCamera.TimerTriggerActivationEnum.Name Property#

The full name of TimerTriggerActivation

PLCamera.TimerTriggerActivationEnum.RisingEdge Property#

The timer will start at a rising edge signal change.

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