Skip to content

PLCamera.SensorShutterModeEnum Class#

Sets the shutter mode of the camera.

Applies to: ace 2 GigE, ace 2 USB, 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.SensorShutterModeEnum

Constructors#

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

Properties#

 NameDescription
Public propertyGlobal

The shutter opens and closes at the same time for all pixels. All pixels are exposed at the same time and for the same length of time.

Applies to: dart USB and pulse USB

Public propertyGlobalReset

The shutter opens at the same time for all rows but closes later for each consecutive row. This means that the rows are exposed for different lengths of time.

Applies to: dart USB

Public propertyName The full name of SensorShutterMode (Overrides ParameterListEnum.Name.)
Public propertyRolling

The shutter opens and closes sequentially for groups of rows. All rows are exposed for the same length of time but not at the same time.

Applies to: ace 2 GigE, ace 2 USB, dart 2 USB, dart USB and pulse USB

 

Methods#

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

PLCamera.SensorShutterModeEnum.ToString Method#

The full name of SensorShutterMode

Return Value#

Type: String
Returns the full name of SensorShutterMode

PLCamera.SensorShutterModeEnum Constructor#

Initializes a new instance of the PLCamera.SensorShutterModeEnum class

PLCamera.SensorShutterModeEnum.Global Property#

The shutter opens and closes at the same time for all pixels. All pixels are exposed at the same time and for the same length of time.

Applies to: dart USB and pulse USB

PLCamera.SensorShutterModeEnum.GlobalReset Property#

The shutter opens at the same time for all rows but closes later for each consecutive row. This means that the rows are exposed for different lengths of time.

Applies to: dart USB

PLCamera.SensorShutterModeEnum.Name Property#

The full name of SensorShutterMode

PLCamera.SensorShutterModeEnum.Rolling Property#

The shutter opens and closes sequentially for groups of rows. All rows are exposed for the same length of time but not at the same time.

Applies to: ace 2 GigE, ace 2 USB, dart 2 USB, dart USB and pulse USB