Package Documentation#

zhinst-toolkit exposes the following classes:

Session(server_host[, server_port, hf2, ...])

Session to a data server.

Sequence([code, constants, waveforms, ...])

A representation of a ZI sequencer code.

Waveforms()

Waveform dictionary.

CommandTable(json_schema[, active_validation])

Representation of a ZI device command table.

PollFlags(value)

Flags for polling Command.

AveragingMode(value)

Averaging modes.

SHFQAChannelMode(value)

SHFQA channel mode.

They can be imported directly from zhinst-toolkit. For example importing the Session class the following statement can be used:

>>> from zhinst.toolkit import Session

Full Package Documentation#

zhinst.toolkit

The Zurich Instruments Toolkit (zhinst-toolkit).