MATLAB API¶
The MATLAB API is a native MATLAB package. 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 main difference compared to the other APIs is that the Matlab package exposes ziDAQ
. An interface for communication with Zurich Instruments Data Servers. Every operation is done by calling ziDAQ
.
Components | Function/Class |
---|---|
Client Session | ziDAQ |
LabOne Modules |
|
Discovery | |
Utils |
ziAddPath¶
Add the LabOne Matlab drivers and utilities to Matlab's Search Path. See Installation for a detailed explanation of the installation process.
Usage:
ziAddPath();