Skip to content

Python Core APIΒΆ

The python Core API is the low level python API. It is a binary package that directly exposes the LabOne Client functionalities. The available features are similar to the other LabOne APIs, although small differences exist.

The core api is available through the zhinst.core module

Components Function/Class
Client Session zhinst.core.ziDAQServer
Sequence C offline compiler zhinst.core.compile_seqc
Error Handling zhinst.core.errors
LabOne Modules
Discovery zhinst.core.ziDiscovery
Utils zhinst.utils