Cilxs_resetoutputprotection – AMETEK Ls Series Driver Manual User Manual
Page 231

IVI Driver Manual
Lx / Ls Series
227
ciLxs_ResetOutputProtection
ViStatus ciLxs_ResetOutputProtection (ViSession instrumentHandle,
ViChar _VI_FAR phaseName[]);
Purpose
This function clears all output-protection conditions on the power
supply.
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
phaseName
Variable Type ViChar[]
Pass the virtual phase name that you assign to the instrument in the
Configuration Utility.
Virtual phase names are aliases for instrument-specific phase
strings. The instrument-specific phase strings can differ from one
instrument to another. Virtual phase names allow you to use and swap
instruments without having to change the phase names in your source
code. You assign a virtual phase name to an instrument-specific
phase through the Configuration Utility. This control accepts
virtual phase names you have assigned to the specific instrument you
are using. It also accepts the instrument-specific phase names.
Default Value: ""
Notes:
(1) You can specify the phase name as a string variable or as a
literal enclosed in double quotes.
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