Skip to content

PLCamera.TriggerModeEnum Class#

Sets the mode for the currently selected trigger.

Applies to: CamEmu, CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, blaze, boost CoaXPress, boost_V_CoaXPress, dart 2 USB, dart USB and pulse USB

Visibility: Beginner

Selected by: TriggerSelector

The feature documentation may provide more information.

Inheritance Hierarchy#

System.Object
  Basler.Pylon.ParameterListEnum
    Basler.Pylon.PLCamera.TriggerModeEnum

Constructors#

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

Properties#

 NameDescription
Public propertyName The full name of TriggerMode (Overrides ParameterListEnum.Name.)
Public propertyOff

The currently selected trigger is turned off.

Applies to: CamEmu, CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, blaze, boost CoaXPress, boost_V_CoaXPress, dart 2 USB, dart USB and pulse USB

Public propertyOn

The currently selected trigger is turned on.

Applies to: CamEmu, CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, blaze, boost CoaXPress, boost_V_CoaXPress, dart 2 USB, dart USB and pulse USB

 

Methods#

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

PLCamera.TriggerModeEnum.ToString Method#

The full name of TriggerMode

Return Value#

Type: String
Returns the full name of TriggerMode

PLCamera.TriggerModeEnum Constructor#

Initializes a new instance of the PLCamera.TriggerModeEnum class

PLCamera.TriggerModeEnum.Name Property#

The full name of TriggerMode

PLCamera.TriggerModeEnum.Off Property#

The currently selected trigger is turned off.

Applies to: CamEmu, CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, blaze, boost CoaXPress, boost_V_CoaXPress, dart 2 USB, dart USB and pulse USB

PLCamera.TriggerModeEnum.On Property#

The currently selected trigger is turned on.

Applies to: CamEmu, CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, blaze, boost CoaXPress, boost_V_CoaXPress, dart 2 USB, dart USB and pulse USB