| 
    LibTiePie
    0.4.4
    
   Library for interfacing TiePie engineering instruments 
   | 
 
Functions | |
| uint32_t | ScpChGetConnectorType (TpDeviceHandle_t hDevice, uint16_t wCh) | 
| Get channel connector type.   | |
| bool8_t | ScpChIsDifferential (TpDeviceHandle_t hDevice, uint16_t wCh) | 
| Check whether the channel has a differential input.   | |
| uint32_t ScpChGetConnectorType | ( | TpDeviceHandle_t | hDevice, | 
| uint16_t | wCh | ||
| ) | 
Get channel connector type.
| hDevice | A device handle. | 
| wCh | Channel number, 0 to ScpGetChannelCount() - 1.  | 
| bool8_t ScpChIsDifferential | ( | TpDeviceHandle_t | hDevice, | 
| uint16_t | wCh | ||
| ) | 
Check whether the channel has a differential input.
| hDevice | A device handle. | 
| wCh | Channel number, 0 to ScpGetChannelCount() - 1.  |