Skip to content

PLCamera.ExposureModeEnum Class#

Sets the exposure mode.

Applies to: CamEmu, CameraLink, Stereo ace, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB, pulse USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE

Visibility: Beginner

The feature documentation may provide more information.

Inheritance Hierarchy#

System.Object
  Basler.Pylon.ParameterListEnum
    Basler.Pylon.PLCamera.ExposureModeEnum

Constructors#

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

Properties#

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

This enumeration value sets the exposure mode to off.

Applies to: CameraLink and ace GigE

Public propertyTimed

The exposure mode is set to Timed. In this mode, the exposure time for each frame acquisition is determined by the value of the camera's Exposure Time (Abs) parameter.

Applies to: CamEmu, CameraLink, Stereo ace, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB, pulse USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE

Public propertyTriggerControlled

The exposure mode is set to Trigger Controlled.

Applies to: CamEmu, CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE

Public propertyTriggerWidth

The exposure mode is set to Trigger Width. In this mode, the exposure time for each frame acquisition will be directly controlled by the ExFSTrig signal.

Applies to: CamEmu, CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE

 

Methods#

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

PLCamera.ExposureModeEnum.ToString Method#

The full name of ExposureMode

Return Value#

Type: String
Returns the full name of ExposureMode

PLCamera.ExposureModeEnum Constructor#

Initializes a new instance of the PLCamera.ExposureModeEnum class

PLCamera.ExposureModeEnum.Name Property#

The full name of ExposureMode

PLCamera.ExposureModeEnum.Off Property#

This enumeration value sets the exposure mode to off.

Applies to: CameraLink and ace GigE

PLCamera.ExposureModeEnum.Timed Property#

The exposure mode is set to Timed. In this mode, the exposure time for each frame acquisition is determined by the value of the camera's Exposure Time (Abs) parameter.

Applies to: CamEmu, CameraLink, Stereo ace, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB, pulse USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE

PLCamera.ExposureModeEnum.TriggerControlled Property#

The exposure mode is set to Trigger Controlled.

Applies to: CamEmu, CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, boost CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE

PLCamera.ExposureModeEnum.TriggerWidth Property#

The exposure mode is set to Trigger Width. In this mode, the exposure time for each frame acquisition will be directly controlled by the ExFSTrig signal.

Applies to: CamEmu, CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, boost V CoaXPress, dart GigE, dart USB, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE