SEEL package

Submodules

SEEL.Peripherals module

SEEL.achan module

SEEL.analyticsClass module

SEEL.commands_proto module

SEEL.commands_proto.applySIPrefix(value, unit='', precision=2)[source]

SEEL.digital_channel module

SEEL.interface module

SEEL.packet_handler module

class SEEL.packet_handler.Handler(timeout=1.0, **kwargs)[source]
connectToPort(portname)[source]
get_version(fd)[source]
reconnect(**kwargs)[source]
sendBurst()[source]

Transmits the commands stored in the burstBuffer. empties input buffer empties the burstBuffer.

The following example initiates the capture routine and sets OD1 HIGH immediately.

It is used by the Transient response experiment where the input needs to be toggled soon after the oscilloscope has been started.

>>> I.loadBurst=True
>>> I.capture_traces(4,800,2)
>>> I.set_state(I.OD1,I.HIGH)
>>> I.sendBurst()
waitForData(timeout=0.2)[source]
SEEL.packet_handler.timeit(arg='')[source]

SEEL.sensorlist module

Module contents