Skip to content

PLTransportLayer.ImageTriggerIsBusyEnum Class#

With this read-only value it is possible to check whether the image trigger is busy, i.e. whether an image is currently being acquired. During this time an additional image trigger is ignored.

Applies to: CoaXPress

Visibility: Expert

The feature documentation may provide more information.

Inheritance Hierarchy#

System.Object
  Basler.Pylon.ParameterListEnum
    Basler.Pylon.PLTransportLayer.ImageTriggerIsBusyEnum

Constructors#

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

Properties#

 NameDescription
Public propertyBusy

The software trigger is busy.

Applies to: CoaXPress

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

The software trigger is not busy.

Applies to: CoaXPress

 

Methods#

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

PLTransportLayer.ImageTriggerIsBusyEnum.ToString Method#

The full name of ImageTriggerIsBusy

Return Value#

Type: String
Returns the full name of ImageTriggerIsBusy

PLTransportLayer.ImageTriggerIsBusyEnum Constructor#

Initializes a new instance of the PLTransportLayer.ImageTriggerIsBusyEnum class

PLTransportLayer.ImageTriggerIsBusyEnum.Busy Property#

The software trigger is busy.

Applies to: CoaXPress

PLTransportLayer.ImageTriggerIsBusyEnum.Name Property#

The full name of ImageTriggerIsBusy

PLTransportLayer.ImageTriggerIsBusyEnum.NotBusy Property#

The software trigger is not busy.

Applies to: CoaXPress