Skip to content

PLCamera.ExposureModeEnum Class#

Sets the exposure mode.

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

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 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, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, boost_V_CoaXPress, dart 2 USB, dart USB and pulse USB

Public propertyTriggerControlled

The exposure mode is set to Trigger Controlled.

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

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, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, boost_V_CoaXPress, dart 2 USB and dart USB

 

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 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, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, boost_V_CoaXPress, dart 2 USB, dart USB and pulse USB

PLCamera.ExposureModeEnum.TriggerControlled Property#

The exposure mode is set to Trigger Controlled.

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

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, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, boost_V_CoaXPress, dart 2 USB and dart USB