LibTiePie
0.4.1
Library for interfacing TiePie engineering instruments
|
Functions | |
bool8_t | GenIsControllable (TpDeviceHandle_t hDevice) |
Check whether the generator can be controlled. | |
bool8_t | GenGetOutputOn (TpDeviceHandle_t hDevice) |
Check whether generator output is on. | |
bool8_t | GenSetOutputOn (TpDeviceHandle_t hDevice, bool8_t bOutputOn) |
Enable or disable generator output. | |
void | GenStart (TpDeviceHandle_t hDevice) |
Start generator. | |
void | GenStop (TpDeviceHandle_t hDevice) |
Stop generator. | |
bool8_t GenGetOutputOn | ( | TpDeviceHandle_t | hDevice | ) |
Check whether generator output is on.
hDevice | A device handle. |
bool8_t GenIsControllable | ( | TpDeviceHandle_t | hDevice | ) |
Check whether the generator can be controlled.
hDevice | A device handle. |
bool8_t GenSetOutputOn | ( | TpDeviceHandle_t | hDevice, |
bool8_t | bOutputOn | ||
) |
Enable or disable generator output.
hDevice | A device handle. |
bOutputOn | BOOL8_TRUE to enable the output, BOOL8_FALSE to disable the output. |
void GenStart | ( | TpDeviceHandle_t | hDevice | ) |
Start generator.
hDevice | A device handle. |
void GenStop | ( | TpDeviceHandle_t | hDevice | ) |
Stop generator.
hDevice | A device handle. |