LibTiePie  0.4.5
Library for interfacing TiePie engineering instruments
 All Files Functions Typedefs Macros Modules Pages
Common

Description

Functions common to all devices, to setup and control devices.

These functions can be called with any device handles.

Modules

 Status
 Functions to check the status of a device.
 
 Info
 Functions to retrieve information from a device.
 
 Events
 Events that indicate a device change.
 
 Trigger
 Device trigger related functions.
 

Functions

void DevClose (TpDeviceHandle_t hDevice)
 Close a device. More...
 

Function Documentation

void DevClose ( TpDeviceHandle_t  hDevice)

Close a device.

When closing a device, its handle becomes invalid and must not be used again.

Parameters
hDeviceThe device handle of the device to close.
Status values
INVALID_HANDLEThe handle to the device is invalid.
SUCCESS The function executed successfully.
See also
LstOpenDevice
LstOpenOscilloscope
LstOpenGenerator
LstOpenI2CHost
Since
0.4.0