Skip to content

PLCamera.TriggerControlImplementationEnum Class#

Sets the image acquisition control mode. For more information, see your camera's product documentation.

Applies to: CameraLink and GigE

Visibility: Expert

Selecting Parameters: TriggerSelector

The feature documentation may provide more information.

Inheritance Hierarchy#

System.Object
  Basler.Pylon.ParameterListEnum
    Basler.Pylon.PLCamera.TriggerControlImplementationEnum

Constructors#

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

Properties#

 NameDescription
Public propertyLegacy

The image acquisition control mode is set to Legacy. In this mode, the camera offers a Frame Start trigger that is called Acquistion Start trigger.

Applies to: CameraLink and GigE

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

The image acquisition control mode is set to Standard. In this mode, the camera offers a Frame Start trigger and an Acquisition Start trigger.

Applies to: CameraLink and GigE

 

Methods#

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

PLCamera.TriggerControlImplementationEnum.ToString Method#

The full name of TriggerControlImplementation

Return Value#

Type: String
Returns the full name of TriggerControlImplementation

PLCamera.TriggerControlImplementationEnum Constructor#

Initializes a new instance of the PLCamera.TriggerControlImplementationEnum class

PLCamera.TriggerControlImplementationEnum.Legacy Property#

The image acquisition control mode is set to Legacy. In this mode, the camera offers a Frame Start trigger that is called Acquistion Start trigger.

Applies to: CameraLink and GigE

PLCamera.TriggerControlImplementationEnum.Name Property#

The full name of TriggerControlImplementation

PLCamera.TriggerControlImplementationEnum.Standard Property#

The image acquisition control mode is set to Standard. In this mode, the camera offers a Frame Start trigger and an Acquisition Start trigger.

Applies to: CameraLink and GigE