コンテンツにスキップ

PLCamera.ShutterModeEnum Class#

Sets the shutter mode of the camera.

Applies to: CameraLink, GigE and ace USB

Visibility: Beginner

The feature documentation may provide more information.

Inheritance Hierarchy#

System.Object
  Basler.Pylon.ParameterListEnum
    Basler.Pylon.PLCamera.ShutterModeEnum

Constructors#

 名前説明
Public methodPLCamera.ShutterModeEnum Initializes a new instance of the PLCamera.ShutterModeEnum class
 

プロパティ#

 名前説明
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: CameraLink, GigE and ace USB

Public propertyGlobalResetRelease

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: CameraLink, GigE and ace USB

Public property名前 The full name of ShutterMode (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: CameraLink, GigE and ace USB

 

方法#

 名前説明
Public methodToString The full name of ShutterMode (Overrides Object.ToString()()()().)
 

PLCamera.ShutterModeEnum.ToString Method#

The full name of ShutterMode

Return Value#

Type: String
Returns the full name of ShutterMode

PLCamera.ShutterModeEnum Constructor#

Initializes a new instance of the PLCamera.ShutterModeEnum class

PLCamera.ShutterModeEnum.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: CameraLink, GigE and ace USB

PLCamera.ShutterModeEnum.GlobalResetRelease 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: CameraLink, GigE and ace USB

PLCamera.ShutterModeEnum.Name Property#

The full name of ShutterMode

PLCamera.ShutterModeEnum.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: CameraLink, GigE and ace USB