LibTiePie
0.4.1
Library for interfacing TiePie engineering instruments
|
Functions | |
uint32_t | ScpGetClockOutputs (TpDeviceHandle_t hDevice) |
Get supported clock outputs. | |
uint32_t | ScpGetClockOutput (TpDeviceHandle_t hDevice) |
Get clock output. | |
uint32_t | ScpSetClockOutput (TpDeviceHandle_t hDevice, uint32_t dwClockOutput) |
Set clock output. | |
uint32_t ScpGetClockOutput | ( | TpDeviceHandle_t | hDevice | ) |
uint32_t ScpGetClockOutputs | ( | TpDeviceHandle_t | hDevice | ) |
Get supported clock outputs.
hDevice | A device handle. |
uint32_t ScpSetClockOutput | ( | TpDeviceHandle_t | hDevice, |
uint32_t | dwClockOutput | ||
) |
Set clock output.
hDevice | A device handle. |
dwClockOutput | Clock output, a CO_* value. |