LibTiePie
0.4.1
Library for interfacing TiePie engineering instruments
|
Functions | |
uint32_t | ScpChTrGetHysteresisCount (TpDeviceHandle_t hDevice, uint16_t wCh) |
Get number of trigger hystereses for current trigger kind. | |
double | ScpChTrGetHysteresis (TpDeviceHandle_t hDevice, uint16_t wCh, uint32_t dwIndex) |
Get channel trigger hysteresis. | |
double | ScpChTrSetHysteresis (TpDeviceHandle_t hDevice, uint16_t wCh, uint32_t dwIndex, double dHysteresis) |
Set channel trigger hysteresis. | |
double ScpChTrGetHysteresis | ( | TpDeviceHandle_t | hDevice, |
uint16_t | wCh, | ||
uint32_t | dwIndex | ||
) |
Get channel trigger hysteresis.
hDevice | A device handle. |
wCh | Channel number, 0..ScpGetChannelCount() - 1 . |
dwIndex | Trigger hysteresis index, 0..ScpChTrGetHysteresisCount() - 1 . |
0..1
. uint32_t ScpChTrGetHysteresisCount | ( | TpDeviceHandle_t | hDevice, |
uint16_t | wCh | ||
) |
Get number of trigger hystereses for current trigger kind.
hDevice | A device handle. |
wCh | Channel number, 0..ScpGetChannelCount() - 1 . |
double ScpChTrSetHysteresis | ( | TpDeviceHandle_t | hDevice, |
uint16_t | wCh, | ||
uint32_t | dwIndex, | ||
double | dHysteresis | ||
) |
Set channel trigger hysteresis.
hDevice | A device handle. |
wCh | Channel number, 0..ScpGetChannelCount() - 1 . |
dwIndex | Trigger hysteresis index, 0..ScpChTrGetHysteresisCount() - 1 . |
dHysteresis | Trigger hysteresis, 0..1 . |
0..1
.