quDIS
|
quDIS Control Library is a library that allows custom programming for the quDIS interferometer.It can manage multiple devices that are connected to the PC via USB or ethernet.
Use QDS_discover to discover devices on USB or ethernet. Inspect them with QDS_getDeviceInfo and connect to selected devices using QDS_connect. After connecting, all the other functions for configuration and position can be called.
Positions can be read out with QDS_getPositions. When using C(++), QDS_setPositionCallback can be used for a more efficient position streaming. When finished, close the connection with QDS_disconnect.
Documentation for the functions can be found here.