| 
    LibTiePie
    0.4.4
    
   Library for interfacing TiePie engineering instruments 
   | 
 
Functions | |
| uint64_t | ScpChGetCouplings (TpDeviceHandle_t hDevice, uint16_t wCh) | 
| Get supported couplings.   | |
| uint64_t | ScpChGetCoupling (TpDeviceHandle_t hDevice, uint16_t wCh) | 
| Get coupling.   | |
| uint64_t | ScpChSetCoupling (TpDeviceHandle_t hDevice, uint16_t wCh, uint64_t qwCoupling) | 
| Set coupling.   | |
By default the coupling is set to: Volt DC (CK_DCV).
| uint64_t ScpChGetCouplings | ( | TpDeviceHandle_t | hDevice, | 
| uint16_t | wCh | ||
| ) | 
Get supported couplings.
| hDevice | A device handle. | 
| wCh | Channel number, 0 to ScpGetChannelCount() - 1.  | 
| uint64_t ScpChGetCoupling | ( | TpDeviceHandle_t | hDevice, | 
| uint16_t | wCh | ||
| ) | 
Get coupling.
| hDevice | A device handle. | 
| wCh | Channel number, 0 to ScpGetChannelCount() - 1.  | 
| uint64_t ScpChSetCoupling | ( | TpDeviceHandle_t | hDevice, | 
| uint16_t | wCh, | ||
| uint64_t | qwCoupling | ||
| ) | 
Set coupling.
| hDevice | A device handle. | 
| wCh | Channel number, 0 to ScpGetChannelCount() - 1.  | 
| qwCoupling | Coupling, a CK_* value. |