LibTiePie  0.8.0
Library for interfacing TiePie engineering instruments

Description

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...
 

Function Documentation

bool8_t ScpHasTrigger ( LibTiePieHandle_t  hDevice)

Check whether the oscilloscope has trigger support with the currently selected measure mode.

Parameters
[in]hDeviceA device handle identifying the oscilloscope.
Returns
BOOL8_TRUE if the oscilloscope has trigger support, BOOL8_FALSE otherwise.
Status values
INVALID_HANDLE The handle is not a valid oscilloscope handle.
OBJECT_GONE The object indicated by the handle is no longer available.
LIBRARY_NOT_INITIALIZEDThe library is not initialized, see LibInit().
SUCCESS The function executed successfully.
Since
0.5