Base

QOSSTHardware base class.

class qosst_hal.base.QOSSTHardware

Abstract class for any QOSST Hardware.

Any hardware should have an open and a close method.

__weakref__

list of weak references to the object (if defined)

abstract close() None

Close communication with hardware.

abstract open() None

Open communication with hardware.