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.

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

PackedPixels : Packed pixels

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

Methods

__init__(self, value)

Attributes

AqTimeout

BitsPerPix

BytesPerPix

Format

FrameSize

FrameWidth

IDReg

LUT

Model

PackedPixels

XSize

YSize

name

value

property name#