| 
    LibTiePie
    0.4.4
    
   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.   | |
By default the clock output is disabled (CO_NONE).
| 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. |