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. (Not available on Linux)
Resume : Resume acquisition after a pause command. (Not available on Linux)
- __init__(self: BFModule.BufferAcquisition.AcqCommands, value: int) None #
Methods
__init__
(self, value)Attributes
Abort
Pause
Resume
Start
Stop
value
- property name#