LibTiePie
0.5
Library for interfacing TiePie engineering instruments
|
These codes show the status of the last called LibTiePie function.
0 means ok
<0 means error
>0 means ok, but with a side effect
Macros | |
#define | LIBTIEPIESTATUS_SUCCESS 0 |
The function executed successfully. More... | |
#define | LIBTIEPIESTATUS_VALUE_CLIPPED 1 |
One of the parameters of the last called function was outside the valid range and clipped to the closest limit. More... | |
#define | LIBTIEPIESTATUS_VALUE_MODIFIED 2 |
One of the parameters of the last called function was within the valid range but not available. The closest valid value is set. More... | |
#define | LIBTIEPIESTATUS_UNSUCCESSFUL -1 |
An error occurred during execution of the last called function. More... | |
#define | LIBTIEPIESTATUS_NOT_SUPPORTED -2 |
The requested functionality is not supported by the hardware. More... | |
#define | LIBTIEPIESTATUS_INVALID_HANDLE -3 |
The handle to the device is invalid. More... | |
#define | LIBTIEPIESTATUS_INVALID_VALUE -4 |
The requested value is not valid. More... | |
#define | LIBTIEPIESTATUS_INVALID_CHANNEL -5 |
The requested channel number is not valid. More... | |
#define | LIBTIEPIESTATUS_INVALID_TRIGGER_SOURCE -6 |
The requested trigger source is not valid. More... | |
#define | LIBTIEPIESTATUS_INVALID_DEVICE_TYPE -7 |
The device type is invalid. More... | |
#define | LIBTIEPIESTATUS_INVALID_DEVICE_INDEX -8 |
The device index is invalid, must be < LstGetCount(). More... | |
#define | LIBTIEPIESTATUS_INVALID_PRODUCT_ID -9 |
There is no device with the requested product ID. More... | |
#define | LIBTIEPIESTATUS_INVALID_DEVICE_SERIALNUMBER -10 |
There is no device with the requested serial number. More... | |
#define | LIBTIEPIESTATUS_DEVICE_GONE -11 |
The device indicated by the device handle is no longer available. More... | |
#define | LIBTIEPIESTATUS_INTERNAL_ADDRESS -12 |
The requested I2C address is an internally used address in the device. More... | |
#define | LIBTIEPIESTATUS_NOT_CONTROLLABLE -13 |
The generator is currently not controllable, see GenIsControllable. More... | |
#define | LIBTIEPIESTATUS_BIT_ERROR -14 |
The requested I2C operation generated a bit error. More... | |
#define | LIBTIEPIESTATUS_NO_ACKNOWLEDGE -15 |
The requested I2C operation generated "No acknowledge". More... | |
#define | LIBTIEPIESTATUS_INVALID_CONTAINED_DEVICE_SERIALNUMBER -16 |
A device with the requested serial number is not available in the combined instrument, see LstDevGetContainedSerialNumbers. More... | |
#define | LIBTIEPIESTATUS_INVALID_INPUT -17 |
The requested trigger input is not valid. More... | |
#define | LIBTIEPIESTATUS_INVALID_OUTPUT -18 |
The requested trigger output is not valid. More... | |
#define | LIBTIEPIESTATUS_INVALID_DRIVER -19 |
The currently installed driver is not supported, see LstDevGetRecommendedDriverVersion(). (Windows only) More... | |
#define | LIBTIEPIESTATUS_NOT_AVAILABLE -20 |
With the current settings, the requested functionality is not available. More... | |
#define | LIBTIEPIESTATUS_INVALID_FIRMWARE -21 |
The currently used firmware is not supported . More... | |
#define | LIBTIEPIESTATUS_INVALID_INDEX -22 |
The requested index is not valid. More... | |
#define | LIBTIEPIESTATUS_INVALID_EEPROM -23 |
The instrument's EEPROM content is damaged, please contact TiePie engineering support. More... | |
#define | LIBTIEPIESTATUS_INITIALIZATION_FAILED -24 |
The instrument's initialization failed, please contact TiePie engineering support. More... | |
#define | LIBTIEPIESTATUS_LIBRARY_NOT_INITIALIZED -25 |
The library is not initialized, see LibInit(). More... | |
#define | LIBTIEPIESTATUS_NO_TRIGGER_ENABLED -26 |
The current setup requires a trigger input to be enabled. More... | |
#define LIBTIEPIESTATUS_SUCCESS 0 |
The function executed successfully.
Definition at line 1136 of file libtiepie.h.
#define LIBTIEPIESTATUS_VALUE_CLIPPED 1 |
One of the parameters of the last called function was outside the valid range and clipped to the closest limit.
Definition at line 1137 of file libtiepie.h.
#define LIBTIEPIESTATUS_VALUE_MODIFIED 2 |
One of the parameters of the last called function was within the valid range but not available. The closest valid value is set.
Definition at line 1138 of file libtiepie.h.
#define LIBTIEPIESTATUS_UNSUCCESSFUL -1 |
An error occurred during execution of the last called function.
Definition at line 1139 of file libtiepie.h.
#define LIBTIEPIESTATUS_NOT_SUPPORTED -2 |
The requested functionality is not supported by the hardware.
Definition at line 1140 of file libtiepie.h.
#define LIBTIEPIESTATUS_INVALID_HANDLE -3 |
The handle to the device is invalid.
Definition at line 1141 of file libtiepie.h.
#define LIBTIEPIESTATUS_INVALID_VALUE -4 |
The requested value is not valid.
Definition at line 1142 of file libtiepie.h.
#define LIBTIEPIESTATUS_INVALID_CHANNEL -5 |
The requested channel number is not valid.
Definition at line 1143 of file libtiepie.h.
#define LIBTIEPIESTATUS_INVALID_TRIGGER_SOURCE -6 |
The requested trigger source is not valid.
Definition at line 1144 of file libtiepie.h.
#define LIBTIEPIESTATUS_INVALID_DEVICE_TYPE -7 |
The device type is invalid.
Definition at line 1145 of file libtiepie.h.
#define LIBTIEPIESTATUS_INVALID_DEVICE_INDEX -8 |
The device index is invalid, must be < LstGetCount().
Definition at line 1146 of file libtiepie.h.
#define LIBTIEPIESTATUS_INVALID_PRODUCT_ID -9 |
There is no device with the requested product ID.
Definition at line 1147 of file libtiepie.h.
#define LIBTIEPIESTATUS_INVALID_DEVICE_SERIALNUMBER -10 |
There is no device with the requested serial number.
Definition at line 1148 of file libtiepie.h.
#define LIBTIEPIESTATUS_DEVICE_GONE -11 |
The device indicated by the device handle is no longer available.
Definition at line 1149 of file libtiepie.h.
#define LIBTIEPIESTATUS_INTERNAL_ADDRESS -12 |
The requested I2C address is an internally used address in the device.
Definition at line 1150 of file libtiepie.h.
#define LIBTIEPIESTATUS_NOT_CONTROLLABLE -13 |
The generator is currently not controllable, see GenIsControllable.
Definition at line 1151 of file libtiepie.h.
#define LIBTIEPIESTATUS_BIT_ERROR -14 |
The requested I2C operation generated a bit error.
Definition at line 1152 of file libtiepie.h.
#define LIBTIEPIESTATUS_NO_ACKNOWLEDGE -15 |
The requested I2C operation generated "No acknowledge".
Definition at line 1153 of file libtiepie.h.
#define LIBTIEPIESTATUS_INVALID_CONTAINED_DEVICE_SERIALNUMBER -16 |
A device with the requested serial number is not available in the combined instrument, see LstDevGetContainedSerialNumbers.
Definition at line 1154 of file libtiepie.h.
#define LIBTIEPIESTATUS_INVALID_INPUT -17 |
The requested trigger input is not valid.
Definition at line 1155 of file libtiepie.h.
#define LIBTIEPIESTATUS_INVALID_OUTPUT -18 |
The requested trigger output is not valid.
Definition at line 1156 of file libtiepie.h.
#define LIBTIEPIESTATUS_INVALID_DRIVER -19 |
The currently installed driver is not supported, see LstDevGetRecommendedDriverVersion(). (Windows only)
Definition at line 1157 of file libtiepie.h.
#define LIBTIEPIESTATUS_NOT_AVAILABLE -20 |
With the current settings, the requested functionality is not available.
Definition at line 1158 of file libtiepie.h.
#define LIBTIEPIESTATUS_INVALID_FIRMWARE -21 |
The currently used firmware is not supported .
Definition at line 1159 of file libtiepie.h.
#define LIBTIEPIESTATUS_INVALID_INDEX -22 |
The requested index is not valid.
Definition at line 1160 of file libtiepie.h.
#define LIBTIEPIESTATUS_INVALID_EEPROM -23 |
The instrument's EEPROM content is damaged, please contact TiePie engineering support.
Definition at line 1161 of file libtiepie.h.
#define LIBTIEPIESTATUS_INITIALIZATION_FAILED -24 |
The instrument's initialization failed, please contact TiePie engineering support.
Definition at line 1162 of file libtiepie.h.
#define LIBTIEPIESTATUS_LIBRARY_NOT_INITIALIZED -25 |
The library is not initialized, see LibInit().
Definition at line 1163 of file libtiepie.h.
#define LIBTIEPIESTATUS_NO_TRIGGER_ENABLED -26 |
The current setup requires a trigger input to be enabled.
Definition at line 1164 of file libtiepie.h.