Skip to content

PLTransportLayer.SoftwareTriggerIsBusyEnum Class#

Indicates whether the software trigger is busy. This allows you to find out whether the trigger system is still processing software trigger pulses.

Applies to: CoaXPress

Visibility: Expert

The feature documentation may provide more information.

Inheritance Hierarchy#

System.Object
  Basler.Pylon.ParameterListEnum
    Basler.Pylon.PLTransportLayer.SoftwareTriggerIsBusyEnum

Constructors#

 NameDescription
Public methodPLTransportLayer.SoftwareTriggerIsBusyEnum Initializes a new instance of the PLTransportLayer.SoftwareTriggerIsBusyEnum class
 

Properties#

 NameDescription
Public propertyBusy

The software trigger is busy.

Applies to: CoaXPress

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

The software trigger is not busy.

Applies to: CoaXPress

 

Methods#

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

PLTransportLayer.SoftwareTriggerIsBusyEnum.ToString Method#

The full name of SoftwareTriggerIsBusy

Return Value#

Type: String
Returns the full name of SoftwareTriggerIsBusy

PLTransportLayer.SoftwareTriggerIsBusyEnum Constructor#

Initializes a new instance of the PLTransportLayer.SoftwareTriggerIsBusyEnum class

PLTransportLayer.SoftwareTriggerIsBusyEnum.Busy Property#

The software trigger is busy.

Applies to: CoaXPress

PLTransportLayer.SoftwareTriggerIsBusyEnum.Name Property#

The full name of SoftwareTriggerIsBusy

PLTransportLayer.SoftwareTriggerIsBusyEnum.NotBusy Property#

The software trigger is not busy.

Applies to: CoaXPress