LibTiePie
0.4.1
Library for interfacing TiePie engineering instruments
|
Functions | |
uint32_t | ScpChTrGetLevelCount (TpDeviceHandle_t hDevice, uint16_t wCh) |
Get number of trigger levels for current trigger kind. | |
double | ScpChTrGetLevel (TpDeviceHandle_t hDevice, uint16_t wCh, uint32_t dwIndex) |
Get channel trigger level. | |
double | ScpChTrSetLevel (TpDeviceHandle_t hDevice, uint16_t wCh, uint32_t dwIndex, double dLevel) |
Set channel trigger level. | |
double ScpChTrGetLevel | ( | TpDeviceHandle_t | hDevice, |
uint16_t | wCh, | ||
uint32_t | dwIndex | ||
) |
Get channel trigger level.
hDevice | A device handle. |
wCh | Channel number, 0..ScpGetChannelCount() - 1 . |
dwIndex | Trigger level index, 0..ScpChTrGetLevelCount() - 1 . |
0..1
. uint32_t ScpChTrGetLevelCount | ( | TpDeviceHandle_t | hDevice, |
uint16_t | wCh | ||
) |
Get number of trigger levels for current trigger kind.
hDevice | A device handle. |
wCh | Channel number, 0..ScpGetChannelCount() - 1 . |
double ScpChTrSetLevel | ( | TpDeviceHandle_t | hDevice, |
uint16_t | wCh, | ||
uint32_t | dwIndex, | ||
double | dLevel | ||
) |
Set channel trigger level.
hDevice | A device handle. |
wCh | Channel number, 0..ScpGetChannelCount() - 1 . |
dwIndex | Trigger level index, 0..ScpChTrGetLevelCount() - 1 . |
dLevel | Trigger level, 0..1 . |
0..1
.