libtiepie-hw  1.1.13

Functions to control the oscilloscope trigger. More...

Collaboration diagram for Trigger:

Modules

 Time out
 Functions to control the oscilloscope trigger time out.
 
 Delay
 Functions to control the trigger delay of an oscilloscope.
 
 Presamples valid
 Functions to control the trigger presamples valid of an oscilloscope.
 

Functions

TIEPIE_HW_API tiepie_hw_bool tiepie_hw_oscilloscope_has_trigger (tiepie_hw_handle handle)
 Check whether the oscilloscope has trigger support with the currently selected measure mode. More...
 

Detailed Description

Functions to control the oscilloscope trigger.

See also the Trigger system page.

Function Documentation

◆ tiepie_hw_oscilloscope_has_trigger()

TIEPIE_HW_API tiepie_hw_bool tiepie_hw_oscilloscope_has_trigger ( tiepie_hw_handle  handle)

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

Parameters
[in]handleA device handle identifying the oscilloscope.
Returns
TIEPIE_HW_BOOL_TRUE if the oscilloscope has trigger support, TIEPIE_HW_BOOL_FALSE otherwise.
Status values
TIEPIE_HW_STATUS_INVALID_HANDLE The handle is not a valid oscilloscope handle.
TIEPIE_HW_STATUS_OBJECT_GONE
TIEPIE_HW_STATUS_LIBRARY_NOT_INITIALIZED
TIEPIE_HW_STATUS_SUCCESS
Since
1.0