BFModule.BufferAcquisition.AcqCommands#

class BFModule.BufferAcquisition.AcqCommands#

Bases: pybind11_object

Acquisition Commands Enum.

Members:

Start : Start acquisition.

Stop : Stop acquisition after the current frame has been acquired.

Abort : Stop acquisition immediately. Does not wait for the current frame to be acquired.

Pause : Pause acquisition after the current frame has been acquired.

Resume : Resume acquisition after a pause command.

__init__(self: BFModule.BufferAcquisition.AcqCommands, value: int) None#

Methods

__init__(self, value)

Attributes

Abort

Pause

Resume

Start

Stop

name

value

property name#