LibTiePie
0.4.5
Library for interfacing TiePie engineering instruments
|
By default the clock output is disabled (CO_NONE).
Functions | |
uint32_t | ScpGetClockOutputs (TpDeviceHandle_t hDevice) |
Get supported clock outputs. More... | |
uint32_t | ScpGetClockOutput (TpDeviceHandle_t hDevice) |
Get clock output. More... | |
uint32_t | ScpSetClockOutput (TpDeviceHandle_t hDevice, uint32_t dwClockOutput) |
Set clock output. More... | |
uint32_t ScpGetClockOutputs | ( | TpDeviceHandle_t | hDevice | ) |
Get supported clock outputs.
hDevice | A device handle. |
uint32_t ScpGetClockOutput | ( | TpDeviceHandle_t | hDevice | ) |
uint32_t ScpSetClockOutput | ( | TpDeviceHandle_t | hDevice, |
uint32_t | dwClockOutput | ||
) |
Set clock output.
hDevice | A device handle. |
dwClockOutput | Clock output, a CO_* value. |