LibTiePie
0.4.1
Library for interfacing TiePie engineering instruments
|
Functions | |
uint64_t | ScpChGetCouplings (TpDeviceHandle_t hDevice, uint16_t wCh) |
Get supported couplings. | |
uint64_t | ScpChGetCoupling (TpDeviceHandle_t hDevice, uint16_t wCh) |
Get coupling. | |
uint64_t | ScpChSetCoupling (TpDeviceHandle_t hDevice, uint16_t wCh, uint64_t qwCoupling) |
Set coupling. | |
uint64_t ScpChGetCoupling | ( | TpDeviceHandle_t | hDevice, |
uint16_t | wCh | ||
) |
Get coupling.
hDevice | A device handle. |
wCh | Channel number, 0..ScpGetChannelCount() - 1 . |
uint64_t ScpChGetCouplings | ( | TpDeviceHandle_t | hDevice, |
uint16_t | wCh | ||
) |
Get supported couplings.
hDevice | A device handle. |
wCh | Channel number, 0..ScpGetChannelCount() - 1 . |
uint64_t ScpChSetCoupling | ( | TpDeviceHandle_t | hDevice, |
uint16_t | wCh, | ||
uint64_t | qwCoupling | ||
) |
Set coupling.
hDevice | A device handle. |
wCh | Channel number, 0..ScpGetChannelCount() - 1 . |
qwCoupling | Coupling, a CK_* value. |