Series 3700A System Switch/Multimeter Reference Manual Section 11: TSP command reference
3700AS-901-01 Rev. D/June 2018 11-201
dmm.math.format = dmm.MATH_RECIPROCAL
dmm.math.enable = dmm.ON
Enables the reciprocal operation on
measurements.
Also see
Math calculations (on page 4-49)
dmm.configure.recall() (on page 11-165)
dmm.configure.set() (on page 11-166)
dmm.math.enable (on page 11-198)
dmm.math.percent (on page 11-203)
dmm.math.mxb.bfactor (on page 11-201)
dmm.math.mxb.mfactor (on page 11-202)
dmm.rel.enable (on page 11-217)
dmm.math.mxb.bfactor
This attribute specifies the offset, b, for the y = mx + b operation.
Reset
DMM reset
Recall setup
Create configuration script
Save setup
Usage
offset = dmm.math.mxb.bfactor
dmm.math.mxb.bfactor = offset
The valid range is -4294967295 to +4294967295
Details
This is not available for "nofunction". If command is queried when "nofunction" is selected, nil
is returned. If it is written when "nofunction" is selected, an error is returned.
This attribute specifies the offset (b) for an mx + b operation.
The mx + b math operation lets you manipulate normal display readings (x) mathematically based on
the calculation:
y = mx + b
Where:
• y is the displayed result
• m is a user-defined constant for the scale factor
• x is the measurement reading (if you are using a relative offset, this is the measurement with
relative offset applied)
• b is the user-defined constant for the offset factor.
Example
dmm.math.mxb.bfactor = 50
Sets the offset for mx +b operation to 50.