| 
    LibTiePie
    0.4.3
    
   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.   | |
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. |