Appendix A
SCPI Command Reference
CALCulate Subsystem
674
4460 GSM System Option and 4468 EDGE System Option
Version 12.20
:CALCulate:PSUPply:ALL:LIMit:STATe
:CALCulate:PSUPply:ALL:LIMit:UPPer[:DATA]
:CALCulate:PSUPply:ALL:LIMit:LOWer[:DATA]
Query
This command delivers three boolean values, indicating whether the user-definable
limits of the current measurements were violated by a measurement result value or
not.
For each of the three boolean values, a
0
means that all measurement result values
were within the limits set, while a
1
indicates that at least one measurement result
value violated at least one of the limits.
The limits can be set using the commands described below. The results are in the
sequence power consumption, average current consumption, peak current consump-
tion.
Example
:MEAS:ARR:PSUP:CPEA 5
:CALC:PSUP:ALL:LIM?
String returned:
"1,0,0"
This string delivered back indicates that there was a violation of the limits for the
power consumption while the other two types of measurements passed the limits.
Syntax
:CALCulate:PSUPply:ALL:LIMit:STATe <PredefExp>
Parameters
PredefExp
is one of the following predefined expressions:
ON|OFF
. Default is
ON
.
Description
This command switches the check of the measurement result values of the
MEAS:PSUP:ALL
measurement against their user-definable limits either on or off.
Query
There is no query form of this command available.
Example
:CALC:PSUP:ALL:LIM:STAT ON
Switches the limit check for the current measurements on.
Syntax
:CALCulate:PSUPply:ALL:LIMit:UPPer[:DATA]
<real1>,<real2>,<real3>
Parameters
real1
,
real2
and
real3
are floating point real numbers.
–
real1
is the upper limit for the average power consumption. Its minimum value
is
0.0
, the maximum is
2000.0
, the default value is
2000.0
.
–
real2
is the upper limit for average current consumption. Its minimum value is
0.0
, the maximum is
1000.0
, the default value is
1000.0
–
real3
is the upper limit for peak current consumption. Its minimum value is
0.0
, the maximum is
4000.0
, the default value is
4000.0
Description
Sets the
upper
limits for the current measurements.
Query
The query form of this command is not available.
Example
:CALC:PSUP:ALL:LIM:UPP 2.3, 200.0, 1400.0
Sets the upper limit of the current measurements to 2.3 W for the average power,
200 mA for the average current and 1400 mW for the peak current.
Syntax
:CALCulate:PSUPply:ALL:LIMit:LOWer[:DATA]
<real1>,<real2>,<real3>