mxcubecore.HardwareObjects.MAXIV.BIOMAXMD3Camera#

Classes

Exceptions

class mxcubecore.HardwareObjects.MAXIV.BIOMAXMD3Camera.BIOMAXMD3Camera(name)[source]#

Bases: HardwareObject

getCameraRoi()[source]#

Retrieve camera roi settings

init()[source]#

Hardware object init.

setCameraRoi(x1, y1, x2, y2)[source]#

Configure the camera Region Of Interest. X1 (int): abscissa of top left corner Y1 (int): ordinate of top left corner X2 (int): abscissa of bottom right corner Y2 (int): ordinate of bottom right corner

exception mxcubecore.HardwareObjects.MAXIV.BIOMAXMD3Camera.MD2TimeoutError[source]#

Bases: Exception