Cilxs_configureoutput – AMETEK Ls Series Driver Manual User Manual
Page 54
IVI Driver Manual
Lx / Ls Series
50
ciLxs_ConfigureOutput
ViStatus ciLxs_ConfigureOutput (ViSession instrumentHandle,
ViInt32 numberOfPhases);
Purpose
Configures the number of outputs phases for the AC source.
Note:
(1) Execution of this function disables all outputs, clears lists and
*RCL states to the initialization default values, reconfigures current
readback and programming calibration constants, and reboots the product.
(2) The AC source must be calibrated in the three phase mode to properly
execute this function.
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
numberOfPhases
Variable Type ViInt32
Specifies the number of output phases for ac sources that have
single-phase and three-phase switchable capability. The driver uses
this value to set the CILXS_ATTR_OUTPUT_PHASE_COUNT attribute.
Valid Values:
CILXS_VAL_1_PHASE - Single phase mode
CILXS_VAL_3_PHASE - Three phase mode
Default Value: CILXS_VAL_1_PHASE
Note:
1) When number of phase is changed, driver waits 15 seconds.
Instrument requires this time for changing output phase.
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.