IEEE-488 Reference
4-62
Query
:MMFactor? Query “m” factor for mX+b
Short-form format: :calc:kmat:mmf?
Response message: -1e21 to 1e21
Description
This command is used to define the “m” factor for the CALC 1 mX+b calculation.
Programming example
10 OUTPUT 716; “:calc:kmat:mmf 2; mmf?”
20 ENTER 716; A$
30 PRINT A$
40 END
Line 10 Two commands in this program message; the first sets the “m” factor to two, and the
second queries the programmed “m” factor.
Line 20 Addresses the Model 2001 to talk.
Line 30 Displays the “m” factor (2).
:MBFactor <NRf>
:CALCulate[1]:KMATh:MBFactor <NRf> Specify “b” factor
Parameter
<NRf> = -1e31 to 1e31 Specify “b” factor for mX+b calculation.
Format
:calc:kmat:mbf <NRf>
Defaults
Power-up Saved power-on setup
*RST “b” = 0
:SYSTem:PRESet “b” = 0
Query
:MBFactor? Query “b” factor for mX+b
Short-form format: :calc:kmat:mbf?
Response message: -1e31 to 1e31
Description
This command is used to define the “b” factor for the CALC 1 mX+b calculation.
Programming example
10 OUTPUT 716; “:calc:kmat:mbf 2; mbf?”
20 ENTER 716; A$
30 PRINT A$
40 END
Line 10 Two commands in this program message; the first sets the “b” factor to two, and the
second queries the programmed “b” factor.
Line 20 Addresses the Model 2001 to talk.
Line 30 Displays the “b” factor (2).