AMETEK Ls Series Driver Manual User Manual
Page 148
IVI Driver Manual
Lx / Ls Series
144
CILXS_VAL_MEASURE_AC_CURRENT_RMS - ac rms current
CILXS_VAL_MEASURE_CURRENT_MAXIMUM - peak current
CILXS_VAL_MEASURE_CURRENT_CRESTFACTOR - current crestfactor
CILXS_VAL_MEASURE_AC_POWER - real power
CILXS_VAL_MEASURE_AC_APPARENT_POWER - apparent power
CILXS_VAL_MEASURE_AC_REACTIVE_POWER - reactive power
CILXS_VAL_MEASURE_AC_TOTAL_POWER - total power
CILXS_VAL_MEASURE_AC_POWER_FACTOR - output power factor
CILXS_VAL_MEASURE_NEUTRAL_AC_CURRENT_RMS - neutral ac rms current
(3-phase only)
CILXS_VAL_MEASURE_FREQUENCY - output frequency
CILXS_VAL_MEASURE_PHASE - output phase
Default Value: CILXS_VAL_MEASURE_AC_VOLTAGE_RMS
measurement
Variable Type ViReal64 (passed by reference)
Returns the measured value.
Units: volts (for voltage measurement)
amps (for current measurement)
watts (for power measurement)
voltamperes (for apparent power measurement)
voltamperes reactive (for reactive power measurement)
hertz (for current frequency)
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:
Status Description
-------------------------------------------------
ERRORS:
BFFA1001 The trigger source is not software trigger.