Skip to content

PLCamera.TimerStatusEnum Class#

Indicates the status of the currently selected timer.

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

Visibility: Expert

Selected by: TimerSelector

The feature documentation may provide more information.

Inheritance Hierarchy#

System.Object
  Basler.Pylon.ParameterListEnum
    Basler.Pylon.PLCamera.TimerStatusEnum

Constructors#

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

Properties#

 NameDescription
Public propertyName The full name of TimerStatus (Overrides ParameterListEnum.Name.)
Public propertyTimerActive

The timer has been started. A timer immediately switches to this state when the trigger source event occurs, regardless of the delay set. If an arm delay is set, the timer remains in the Timer Active state until the arm delay has expired.

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

Public propertyTimerIdle

The timer is idle. A timer is in this state whenever the Timer Trigger Source parameter is set to Off, i.e., the timer can't be started.

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

Public propertyTimerTriggerWait

The timer is waiting to be started.

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

 

Methods#

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

PLCamera.TimerStatusEnum.ToString Method#

The full name of TimerStatus

Return Value#

Type: String
Returns the full name of TimerStatus

PLCamera.TimerStatusEnum Constructor#

Initializes a new instance of the PLCamera.TimerStatusEnum class

PLCamera.TimerStatusEnum.Name Property#

The full name of TimerStatus

PLCamera.TimerStatusEnum.TimerActive Property#

The timer has been started. A timer immediately switches to this state when the trigger source event occurs, regardless of the delay set. If an arm delay is set, the timer remains in the Timer Active state until the arm delay has expired.

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

PLCamera.TimerStatusEnum.TimerIdle Property#

The timer is idle. A timer is in this state whenever the Timer Trigger Source parameter is set to Off, i.e., the timer can't be started.

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

PLCamera.TimerStatusEnum.TimerTriggerWait Property#

The timer is waiting to be started.

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