IEEE-488 Reference
4-63
:PERCent <NRf>
:CALCulate[1]:KMATh:PERCent <NRf> Specify Percent target value
Parameter
<NRf> = -1e36 to 1e36 Specify target value for Percent calculation.
Format
:calc:kmat:perc <NRf>
Defaults
Power-up Saved power-on setup
*RST 1
:SYSTem:PRESet 1
Query
:PERCent?
Short-form format: :calc:kmat:perc?
Response message: -1e36 to 1e36
Description
This command is used to specify the target value for the Percent calculation.
Programming example
10 OUTPUT 716; “:calc:kmat:perc 10; perc?”
20 ENTER 716; A$
30 PRINT A$
40 END
Line 10 Two commands in this program message; the first sets the target value to 10, and the
second queries the programmed target value.
Line 20 Addresses the Model 2001 to talk.
Line 30 Displays the target value (10).
:STATe <b>
:CALCulate[1]:STATe <b> Control CALC 1
Parameters
<b> = 0 or OFF Disable CALC 1 calculation
= 1 or ON Enable CALC 1 calculation
Format
:calc:stat <b>
Defaults
Power-up Saved power-on setup
*RST OFF
:SYSTem:PRESet OFF
Query
:STATe? Query state (on or off) of CALC 1
Short-form format: :calc:stat?
Response message: 1 (on) or 0 (off)
Description
This command is used to enable or disable the CALC 1 calculation. When enabled, each instru-
ment reading will reflect the selected calculation (see :FORMat).
Programming example
10 OUTPUT 716; “:calc:stat on; stat?”
20 ENTER 716; A$
30 PRINT A$
40 END