コンテンツにスキップ

PLCamera.OverlapModeEnum Class#

Configures overlapping exposure and image readout.

Applies to: dart USB and pulse USB

Visibility: Expert

The feature documentation may provide more information.

Inheritance Hierarchy#

System.Object
  Basler.Pylon.ParameterListEnum
    Basler.Pylon.PLCamera.OverlapModeEnum

Constructors#

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

プロパティ#

 名前説明
Public property名前 The full name of OverlapMode (Overrides ParameterListEnum.Name.)
Public propertyOff

Overlapping image acquisition is disabled. Exposures and readouts will not overlap.

Applies to: dart USB and pulse USB

Public propertyその

Overlapping image acquisition is enabled. Exposures and readouts will overlap.

Applies to: dart USB and pulse USB

 

方法#

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

PLCamera.OverlapModeEnum.ToString Method#

The full name of OverlapMode

Return Value#

Type: String
Returns the full name of OverlapMode

PLCamera.OverlapModeEnum Constructor#

Initializes a new instance of the PLCamera.OverlapModeEnum class

PLCamera.OverlapModeEnum.Name Property#

The full name of OverlapMode

PLCamera.OverlapModeEnum.Off Property#

Overlapping image acquisition is disabled. Exposures and readouts will not overlap.

Applies to: dart USB and pulse USB

PLCamera.OverlapModeEnum.On Property#

Overlapping image acquisition is enabled. Exposures and readouts will overlap.

Applies to: dart USB and pulse USB