Cilxs_querytrnsliststatus – AMETEK Ls Series Driver Manual User Manual
Page 223

IVI Driver Manual
Lx / Ls Series
219
ciLxs_QueryTrnsListStatus
ViStatus ciLxs_QueryTrnsListStatus (ViSession instrumentHandle,
ViChar _VI_FAR transientStauts[]);
Purpose
This function returns the maximum programmable voltage level that the
power supply accepts for a particular current limit on a phase for the
output range to which the power supply is currently configured.
Parameter List
instrumentHandle
Variable Type ViSession
The ViSession handle that you obtain from the ciLxs_init or
ciLxs_InitWithOptions function. The handle identifies a particular
instrument session.
Default Value: None
transientStauts
Variable Type ViChar[]
Returns the transient status string read from the instrument's
transient list status queue.
You must pass a ViChar array with at least 256 bytes.
Return Value
Returns the status code of this operation. The status code either
indicates success or describes an error or warning condition. You
examine the status code from each call to an instrument driver
function to determine if an error occurred.
To obtain a text description of the status code, call the
ciLxs_error_message function. To obtain additional information about
the error condition, call the ciLxs_GetError function. To clear the
error information from the driver, call the ciLxs_ClearError
function.
The general meaning of the status code is as follows:
Value Meaning
-------------------------------
0 Success
Positive Values Warnings
Negative Values Errors
This driver defines the following status codes: