Keithley 3700 series Reference Manual page 245

System switch/multimeter
Hide thumbs Also See for 3700 series:
Table of Contents

Advertisement

Series 3700 System Switch/Multimeter Reference Manual
dmm.math.format
Also see
Example
dmm.math.mxb.bfactor
Attribute
Usage
Remarks
Also see
Example
dmm.math.mxb.mfactor
Attribute
Usage
Remarks
Details
Example
Document Number: 3700S-901-01 Rev. A / August 2007
dmm.math.enable
(on page 9-99)
dmm.math.mxb.bfactor
(on page 9-101)
dmm.math.mxb.mfactor
(on page 9-101)
dmm.math.percent
(on page 9-102)
To enable the reciprocal operation on measurements:
dmm.math.format = dmm.MATH_RECIPROCAL
dmm.math.enable = dmm.ON
Specifies the offset for the y = mx + b operation.
To read the offset for the y = mx + b operation:
value = dmm.math.mxb.bfactor
To write the offset for the y = mx + b operation:
dmm.math.mxb.bfactor = value
value: Valid range is -4294967295 to +4294967295
This attribute specifies the offset (b).
dmm.math.format
(on page 9-100)
dmm.math.mxb.mfactor
(on page 9-101)
To offset for mx +b operation to 50:
dmm.math.mxb.bfactor = 50
Specifies the scale factor for the y = mx + b operation.
To read the scale factor for y = mx + b operation:
value = dmm.math.mxb.mfactor
To write the scale factor for y = mx + b operation:
dmm.math.mxb.mfactor = value
value: Valid range for value is -4294967295 to +4294967295
This attribute represents the scale factor (m).
dmm.math.format
(on page 9-100)
dmm.math.mxb.bfactor
(on page 9-101)
To scale factor for mx +b operation to 0.80:
dmm.math.mxb.mfactor = 0.80
Section 9: Instrument Control Library (ICL)
9-101

Advertisement

Table of Contents
loading

Table of Contents