|
LibTiePie
0.4.2
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. | |
By default all channels are enabled (BOOL8_TRUE).
| bool8_t ScpChGetEnabled | ( | TpDeviceHandle_t | hDevice, |
| uint16_t | wCh | ||
| ) |
Check whether channel is enabled.
| hDevice | A device handle. |
| wCh | Channel number, 0 to 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 to ScpGetChannelCount() - 1. |
| bEnable | BOOL8_TRUE or BOOL8_FALSE. |