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