LibTiePie  0.6.1
Library for interfacing TiePie engineering instruments
Device

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.
 
 Notifications
 Notifications that indicate a device change.
 
 Trigger
 Device trigger related functions.
 

Functions

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

Function Documentation

void DevClose ( LibTiePieHandle_t  hDevice)

Close a device.

Deprecated:
Will be removed in future version, use: ObjClose().

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

Parameters
[in]hDeviceA device handle identifying the device to close.
Status values
INVALID_HANDLE The handle to the device is invalid.
LIBRARY_NOT_INITIALIZEDThe library is not initialized, see LibInit().
SUCCESS The function executed successfully.
See also
LstOpenDevice
LstOpenOscilloscope
LstOpenGenerator
LstOpenI2CHost
Since
0.4.0