BFModule.BufferAcquisition.InquireParams#

class BFModule.BufferAcquisition.InquireParams#

Bases: pybind11_object

Board Parameters Enquire Enum.

Members:

Model : returns the board model

IDReg : the current setting of the ID switch on the board (0,1,2,3).

LUT : the type of LUT mounted on the board.

XSize : width of image in pixels.

YSize : camera 0 height of image in lines.

Format : image format.

BitsPerPix : depth of pixel in bits, as acquired to host.

BytesPerPix : depth of pixel in bytes, as acquired to host.

AqTimeout : number of milliseconds to wait before acquisition command times out.

FrameSize : camera 0 total size of image in bytes, as acquired to host.

DisplayFrameSize : total size of image in bytes, as acquired to display.

FrameWidth : width of image in bytes, as acquired to host.

DisplayFrameWidth : width of image in bytes, as acquired to display.

BitsPerPixDisplay : depth of pixel in bits, as acquired to display.

BytesPerPixDisplay : depth of pixel in bytes, as acquired to display.

BitsPerSequence : depth of multi-channel pixel in bits, as acquired to host.f

BitsPerSequenceDisplay : depth of multi-channel pixel in bits, as acquired to display.

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

Methods

__init__(self, value)

Attributes

AqTimeout

BitsPerPix

BitsPerPixDisplay

BitsPerSequence

BitsPerSequenceDisplay

BytesPerPix

BytesPerPixDisplay

DisplayFrameSize

DisplayFrameWidth

Format

FrameSize

FrameWidth

IDReg

LUT

Model

XSize

YSize

name

value

property name#