Skip to content

PLCamera.CounterStatusEnum Class#

Returns the current status of the counter.

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

Constructors#

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

Properties#

 NameDescription
Public propertyCounterActive

The counter is waiting to be increased by the selected event source or is currently counting.

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

Public propertyCounterCompleted

The counter has reached its maximum value defined by the Counter Duration parameter.

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

Public propertyCounterTriggerWait

The counter is waiting to be started.

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

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

Methods#

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

PLCamera.CounterStatusEnum.ToString Method#

The full name of CounterStatus

Return Value#

Type: String
Returns the full name of CounterStatus

PLCamera.CounterStatusEnum Constructor#

Initializes a new instance of the PLCamera.CounterStatusEnum class

PLCamera.CounterStatusEnum.CounterActive Property#

The counter is waiting to be increased by the selected event source or is currently counting.

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

PLCamera.CounterStatusEnum.CounterCompleted Property#

The counter has reached its maximum value defined by the Counter Duration parameter.

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

PLCamera.CounterStatusEnum.CounterTriggerWait Property#

The counter is waiting to be started.

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

PLCamera.CounterStatusEnum.Name Property#

The full name of CounterStatus