| LibTiePie
    0.4.1
    Library for interfacing TiePie engineering instruments | 
| Functions | |
| bool8_t | ScpChGetEnabled (TpDeviceHandle_t hDevice, uint16_t wCh) | 
| Check whether channel is enabled. | |
| bool8_t | ScpChSetEnabled (TpDeviceHandle_t hDevice, uint16_t wCh, bool8_t bEnable) | 
| Set channel enable. | |
| bool8_t ScpChGetEnabled | ( | TpDeviceHandle_t | hDevice, | 
| uint16_t | wCh | ||
| ) | 
Check whether channel is enabled.
| hDevice | A device handle. | 
| wCh | Channel number, 0..ScpGetChannelCount() - 1. | 
| bool8_t ScpChSetEnabled | ( | TpDeviceHandle_t | hDevice, | 
| uint16_t | wCh, | ||
| bool8_t | bEnable | ||
| ) | 
Set channel enable.
| hDevice | A device handle. | 
| wCh | Channel number, 0..ScpGetChannelCount() - 1. | 
| bEnable | BOOL8_TRUE or BOOL8_FALSE. |