qtics.instruments package#
Instruments submodule: collection of drivers.
Submodules#
qtics.instruments.instrument module#
Base Instrument.
qtics.instruments.network_inst module#
Base class for instruments communicating via network connection.
The code was partially taken from https://github.com/morgan-at-keysight/socketscpi
qtics.instruments.serial_inst module#
Base instrument for serial connections.
- class qtics.instruments.serial_inst.SerialInst(name: str, address: str, baudrate: int = 9600, bytesize: int = 8, parity: Literal['N'] = 'N', stopbits: int = 1, timeout: int = 10, sleep: float = 0.1, terminator: str = '\n')[source]#
Bases:
Instrument
Base class for instrument controlled via serial connection.