PLCamera.TimerStatusEnum Class#
Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart 2 USB, dart USB and racer 2 CXP
Visibility: Expert
Selected by: TimerSelector
The feature documentation may provide more information.
Inheritance Hierarchy#
System.Object
Basler.Pylon.ParameterListEnum
Basler.Pylon.PLCamera.TimerStatusEnum
Constructors#
Name | Description | |
---|---|---|
PLCamera.TimerStatusEnum | Initializes a new instance of the PLCamera.TimerStatusEnum class |
Properties#
Name | Description | |
---|---|---|
Name | The full name of TimerStatus (Overrides ParameterListEnum.Name.) | |
TimerActive | 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 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart 2 USB, dart USB and racer 2 CXP | |
TimerIdle | 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 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart 2 USB, dart USB and racer 2 CXP | |
TimerTriggerWait | The timer is waiting to be started. Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart 2 USB, dart USB and racer 2 CXP |
Methods#
Name | Description | |
---|---|---|
ToString | 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 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart 2 USB, dart USB and racer 2 CXP
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 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart 2 USB, dart USB and racer 2 CXP
PLCamera.TimerStatusEnum.TimerTriggerWait Property#
The timer is waiting to be started.
Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart 2 USB, dart USB and racer 2 CXP