|
LibTiePie
0.4.4
Library for interfacing TiePie engineering instruments
|
Modules | |
| Info | |
| Coupling | |
| Enabled | |
| Probe | |
| Range | |
| Trigger | |
| This section contains all channel trigger related functions. | |
Functions | |
| uint16_t | ScpGetChannelCount (TpDeviceHandle_t hDevice) |
| Get number of channels. | |
| uint32_t | ScpGetSharedChannelGroupCount (TpDeviceHandle_t hDevice) |
| Get number of shared channel groups. | |
| uint32_t | ScpGetSharedChannelGroup (TpDeviceHandle_t hDevice, uint32_t dwGroupIndex, uint16_t *pChannelNumbers, uint32_t dwLength) |
| Get channel number list for channel group. | |
| bool8_t | ScpChIsAvailable (TpDeviceHandle_t hDevice, uint16_t wCh) |
| Check whether the channel is available. | |
| uint16_t ScpGetChannelCount | ( | TpDeviceHandle_t | hDevice | ) |
| uint32_t ScpGetSharedChannelGroupCount | ( | TpDeviceHandle_t | hDevice | ) |
Get number of shared channel groups.
| hDevice | A device handle. |
| uint32_t ScpGetSharedChannelGroup | ( | TpDeviceHandle_t | hDevice, |
| uint32_t | dwGroupIndex, | ||
| uint16_t * | pChannelNumbers, | ||
| uint32_t | dwLength | ||
| ) |
Get channel number list for channel group.
| hDevice | A device handle. |
| dwGroupIndex | Group index, 0 to ScpGetSharedChannelGroupCount() - 1. |
| pChannelNumbers | Pointer to channel number buffer or NULL. |
| dwLength | Channel number buffer length. |
| bool8_t ScpChIsAvailable | ( | TpDeviceHandle_t | hDevice, |
| uint16_t | wCh | ||
| ) |
Check whether the channel is available.
| hDevice | A device handle. |
| wCh | Channel number, 0 to ScpGetChannelCount() - 1. |