| 
    LibTiePie
    0.4.4
    
   Library for interfacing TiePie engineering instruments 
   | 
 
Functions | |
| double | ScpChGetProbeGain (TpDeviceHandle_t hDevice, uint16_t wCh) | 
| Get channel probe gain.   | |
| double | ScpChSetProbeGain (TpDeviceHandle_t hDevice, uint16_t wCh, double dProbeGain) | 
| Set channel probe gain.   | |
| double | ScpChGetProbeOffset (TpDeviceHandle_t hDevice, uint16_t wCh) | 
| Get channel probe offset.   | |
| double | ScpChSetProbeOffset (TpDeviceHandle_t hDevice, uint16_t wCh, double dProbeOffset) | 
| Set channel probe offset.   | |
By default probe gain is set to: 1x.
| double ScpChGetProbeGain | ( | TpDeviceHandle_t | hDevice, | 
| uint16_t | wCh | ||
| ) | 
Get channel probe gain.
| hDevice | A device handle. | 
| wCh | Channel number, 0 to ScpGetChannelCount() - 1.  | 
| double ScpChSetProbeGain | ( | TpDeviceHandle_t | hDevice, | 
| uint16_t | wCh, | ||
| double | dProbeGain | ||
| ) | 
Set channel probe gain.
| hDevice | A device handle. | 
| wCh | Channel number, 0 to ScpGetChannelCount() - 1.  | 
| dProbeGain | Probe gain. | 
| double ScpChGetProbeOffset | ( | TpDeviceHandle_t | hDevice, | 
| uint16_t | wCh | ||
| ) | 
Get channel probe offset.
| hDevice | A device handle. | 
| wCh | Channel number, 0 to ScpGetChannelCount() - 1.  | 
| double ScpChSetProbeOffset | ( | TpDeviceHandle_t | hDevice, | 
| uint16_t | wCh, | ||
| double | dProbeOffset | ||
| ) | 
Set channel probe offset.
| hDevice | A device handle. | 
| wCh | Channel number, 0 to ScpGetChannelCount() - 1.  | 
| dProbeOffset | Probe offset. |