BFModule.BufferAcquisition.ExposureControl
- class BFModule.BufferAcquisition.ExposureControl
Bases:
pybind11_object
Timing Sequencer (NTG) parameters.
- __init__(*args, **kwargs)
Overloaded function.
__init__(self: BFModule.BufferAcquisition.ExposureControl) -> None
__init__(self: BFModule.BufferAcquisition.ExposureControl, ExposurePeriod: float, LineFramePeriod: float, TriggerMode: NTGTrigModes, AssertHigh: int, OutputSignal: NTGOutputSignal) -> None
Methods
__init__
(*args, **kwargs)Overloaded function.
Attributes
The current level of the timing generator output.
The current exposure period in milliseconds.
The current line/frame rate period in milliseconds.
The current outputs that the waveform is being output on.
The current triggering mode for the timing generator.
- property OutputSignal
The current outputs that the waveform is being output on.
- Type
- property TriggerMode
The current triggering mode for the timing generator.
- Type