VDAC
Programmable Voltage Sources DAC1 to DAC4
VDAC Block Diagram
Voltage force: ±10V, 16-bit precision DAC's
Voltage force accuracy, light to moderate loads: ±0.05% ±1mV
GUI (Graphical User Interface)
Spin the mouse wheel to increment or decrement by 1 volt.
Output voltages are measured at the connector.
API (Application Programming Interface)
C API:
void Set_V1(float voltage);
void Set_V2(float voltage);
void Set_V3(float voltage);
void Set_V4(float voltage);
float Get_V1(void);
float Get_V2(void);
float Get_V3(void);
float Get_V4(void);
Python API:
set_v1
set_v2
set_v3
set_v4
get_v1
get_v2
get_v3
get_v4