LibTiePie  0.4.1
Library for interfacing TiePie engineering instruments
 All Files Functions Typedefs Groups Pages
Status

Functions

bool8_t ScpIsDataReady (TpDeviceHandle_t hDevice)
 Check whether data is ready.
 
bool8_t ScpIsDataOverflow (TpDeviceHandle_t hDevice)
 Check whether a data overflow has occurred.
 
bool8_t ScpIsRunning (TpDeviceHandle_t hDevice)
 Check whether instrument is measuring.
 
bool8_t ScpIsTriggered (TpDeviceHandle_t hDevice)
 Check is instrument has triggered.
 

Detailed Description

Function Documentation

bool8_t ScpIsDataOverflow ( TpDeviceHandle_t  hDevice)

Check whether a data overflow has occurred.

Parameters
hDeviceA device handle.
Returns
BOOL8_TRUE if overflow occurred, BOOL8_FALSE otherwise.
bool8_t ScpIsDataReady ( TpDeviceHandle_t  hDevice)

Check whether data is ready.

Parameters
hDeviceA device handle.
Returns
BOOL8_TRUE if measuring done, BOOL8_FALSE otherwise.
bool8_t ScpIsRunning ( TpDeviceHandle_t  hDevice)

Check whether instrument is measuring.

Parameters
hDeviceA device handle.
Returns
BOOL8_TRUE if instrument is measuring, BOOL8_FALSE otherwise.
bool8_t ScpIsTriggered ( TpDeviceHandle_t  hDevice)

Check is instrument has triggered.

Parameters
hDeviceA device handle.
Returns
BOOL8_TRUE if oscilloscope has triggerd, BOOL8_FALSE otherwise.