Skip to content

PLCamera.AcquisitionStopModeEnum Class#

Sets how Acquisition Stop commands end image acquisition.

Applies to: ace 2 GigE, ace 2 USB, dart GigE, racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE

Visibility: Expert

The feature documentation may provide more information.

Inheritance Hierarchy#

System.Object
  Basler.Pylon.ParameterListEnum
    Basler.Pylon.PLCamera.AcquisitionStopModeEnum

Constructors#

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

Properties#

 NameDescription
Public propertyAbortExposure

Current exposure is aborted. The current readout is completed and the data is transmitted. Afterwards, image acquisition is stopped.

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

Public propertyComplete

Current exposure and frame readout are completed. Afterwards, image acquisition is stopped.

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

Public propertyImmediate

Current acquisition and frame readout are stopped immediately. Only the lines acquired up to the point when the command was executed are delivered. This may result in partial frames being transmitted.

Applies to: racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE

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

Methods#

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

PLCamera.AcquisitionStopModeEnum.ToString Method#

The full name of AcquisitionStopMode

Return Value#

Type: String
Returns the full name of AcquisitionStopMode

PLCamera.AcquisitionStopModeEnum Constructor#

Initializes a new instance of the PLCamera.AcquisitionStopModeEnum class

PLCamera.AcquisitionStopModeEnum.AbortExposure Property#

Current exposure is aborted. The current readout is completed and the data is transmitted. Afterwards, image acquisition is stopped.

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

PLCamera.AcquisitionStopModeEnum.Complete Property#

Current exposure and frame readout are completed. Afterwards, image acquisition is stopped.

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

PLCamera.AcquisitionStopModeEnum.Immediate Property#

Current acquisition and frame readout are stopped immediately. Only the lines acquired up to the point when the command was executed are delivered. This may result in partial frames being transmitted.

Applies to: racer 2 CXP, racer 2S 5GigE, racer 2S CXP and racer 2S GigE

PLCamera.AcquisitionStopModeEnum.Name Property#

The full name of AcquisitionStopMode