Skip to content

PLCamera.TriggerDelaySourceEnum Class#

Sets whether trigger delay is defined as a time interval or as a number of consecutive line triggers.

Applies to: CameraLink and GigE

Visibility: Expert

Selected by: TriggerSelector

The feature documentation may provide more information.

Inheritance Hierarchy#

System.Object
  Basler.Pylon.ParameterListEnum
    Basler.Pylon.PLCamera.TriggerDelaySourceEnum

Constructors#

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

Properties#

 NameDescription
Public propertyLineTrigger

The trigger delay is expressed as a number of line triggers.

Applies to: CameraLink and GigE

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

The trigger delay is expressed as a time interval in microseconds.

Applies to: CameraLink and GigE

 

Methods#

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

PLCamera.TriggerDelaySourceEnum.ToString Method#

The full name of TriggerDelaySource

Return Value#

Type: String
Returns the full name of TriggerDelaySource

PLCamera.TriggerDelaySourceEnum Constructor#

Initializes a new instance of the PLCamera.TriggerDelaySourceEnum class

PLCamera.TriggerDelaySourceEnum.LineTrigger Property#

The trigger delay is expressed as a number of line triggers.

Applies to: CameraLink and GigE

PLCamera.TriggerDelaySourceEnum.Name Property#

The full name of TriggerDelaySource

PLCamera.TriggerDelaySourceEnum.Time_us Property#

The trigger delay is expressed as a time interval in microseconds.

Applies to: CameraLink and GigE