LibTiePie
0.4.1
Library for interfacing TiePie engineering instruments
|
Functions | |
uint32_t | ScpChTrGetTimeCount (TpDeviceHandle_t hDevice, uint16_t wCh) |
Get number of trigger times for current trigger condition. | |
double | ScpChTrGetTime (TpDeviceHandle_t hDevice, uint16_t wCh, uint32_t dwIndex) |
Get trigger time. | |
double | ScpChTrSetTime (TpDeviceHandle_t hDevice, uint16_t wCh, uint32_t dwIndex, double dTime) |
Set trigger time. | |
double ScpChTrGetTime | ( | TpDeviceHandle_t | hDevice, |
uint16_t | wCh, | ||
uint32_t | dwIndex | ||
) |
Get trigger time.
hDevice | A device handle. |
wCh | Channel number, 0..ScpGetChannelCount() - 1 . |
dwIndex | Time index, 0..ScpChTrGetTimeCount() - 1 . |
uint32_t ScpChTrGetTimeCount | ( | TpDeviceHandle_t | hDevice, |
uint16_t | wCh | ||
) |
Get number of trigger times for current trigger condition.
hDevice | A device handle. |
wCh | Channel number, 0..ScpGetChannelCount() - 1 . |
double ScpChTrSetTime | ( | TpDeviceHandle_t | hDevice, |
uint16_t | wCh, | ||
uint32_t | dwIndex, | ||
double | dTime | ||
) |
Set trigger time.
hDevice | A device handle. |
wCh | Channel number, 0..ScpGetChannelCount() - 1 . |
dwIndex | Time index, 0..ScpChTrGetTimeCount() - 1 . |
dTime | Time in seconds |