|
LibTiePie
0.9.14
Library for interfacing TiePie engineering instruments
|
Functions to control the oscilloscope trigger.
See also the Trigger system page.
Modules | |
| Time out | |
| Functions to control the oscilloscope trigger time out. | |
| Delay | |
| Functions to control the trigger delay of an oscilloscope. | |
| Hold off | |
| Functions to control the trigger hold off of an oscilloscope. | |
Functions | |
| bool8_t | ScpHasTrigger (LibTiePieHandle_t hDevice) |
| Check whether the oscilloscope has trigger support with the currently selected measure mode. More... | |
| bool8_t ScpHasTrigger | ( | LibTiePieHandle_t | hDevice | ) |
Check whether the oscilloscope has trigger support with the currently selected measure mode.
| [in] | hDevice | A device handle identifying the oscilloscope. |
| INVALID_HANDLE | The handle is not a valid oscilloscope handle. |
| OBJECT_GONE | The object indicated by the handle is no longer available. |
| LIBRARY_NOT_INITIALIZED | The library is not initialized, see LibInit(). |
| SUCCESS | The function executed successfully. |