PLCamera.SensorShutterModeEnum Class#
Applies to: ace 2 CXP, ace 2 GigE, ace 2 USB, boost 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.SensorShutterModeEnum
Constructors#
Name | Description | |
---|---|---|
PLCamera.SensorShutterModeEnum | Initializes a new instance of the PLCamera.SensorShutterModeEnum class |
Properties#
Name | Description | |
---|---|---|
Global | 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: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, dart USB and pulse USB | |
GlobalReset | 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 | |
Name | The full name of SensorShutterMode (Overrides ParameterListEnum.Name.) | |
Rolling | 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#
Name | Description | |
---|---|---|
ToString | 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: ace 2 CXP, ace 2 GigE, ace 2 USB, boost CoaXPress, 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