BFModule.BufferAcquisition.ExposureControl#

class BFModule.BufferAcquisition.ExposureControl#

Bases: pybind11_object

Timing Sequencer (NTG) parameters.

__init__(self: BFModule.BufferAcquisition.ExposureControl, arg0: float, arg1: float, arg2: NTGTrigModes, arg3: bool, arg4: NTGOutputSignal) None#

Methods

__init__(self, arg0, arg1, arg2, arg3, arg4)

Attributes

AssertHigh

The current level of the timing generator output.

ExposurePeriod

The current exposure period in milliseconds.

LineFramePeriod

The current line/frame rate period in milliseconds.

OutputSignal

The current outputs that the waveform is being output on.

TriggerMode

The current triggering mode for the timing generator.

property AssertHigh#

The current level of the timing generator output.

Type:

bool

property ExposurePeriod#

The current exposure period in milliseconds.

Type:

float

property LineFramePeriod#

The current line/frame rate period in milliseconds.

Type:

float

property OutputSignal#

The current outputs that the waveform is being output on.

Type:

int

property TriggerMode#

The current triggering mode for the timing generator.

Type:

NTGTrigModes