PLCamera.OverlapModeEnum Class#
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#
Name | Description | |
---|---|---|
PLCamera.OverlapModeEnum | Initializes a new instance of the PLCamera.OverlapModeEnum class |
Properties#
Name | Description | |
---|---|---|
Name | The full name of OverlapMode (Overrides ParameterListEnum.Name.) | |
Off | Overlapping image acquisition is disabled. Exposures and readouts will not overlap. Applies to: dart USB and pulse USB | |
On | Overlapping image acquisition is enabled. Exposures and readouts will overlap. Applies to: dart USB and pulse USB |
Methods#
Name | Description | |
---|---|---|
ToString | 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