Series 3700A System Switch/Multimeter Reference Manual Section 11: TSP command reference
3700AS-901-01 Rev. D/June 2018 11-199
dmm.measure(MathBuffer)
printbuffer(1, 5, MathBuffer)
printbuffer(6, MathBuffer.n, MathBuffer)
dmm.measurecount = 1
for x = 1, 3 do
print(dmm.measure())
end
Store the 5 additional readings in MathBuffer with
math operations enabled.
View the readings with and without math operation.
Take 3 additional math readings without using the
buffer.
Sample output assuming no load was connected to
DMM:
Readings with no math operation:
3.898423119e-07, 4.066727213e-07,
5.122452892e-07,
4.724643216e-07,
4.770544332e-07
Readings with math operation:
5.061251403e-01, 4.158529446e-01,
5.504962196e-01,
3.821921259e-01,
6.132277455e-01
5.367258847e-01
6.040475222e-01
6.132277455e-01
Also see
Math calculations (on page 4-49)
dmm.configure.recall() (on page 11-165)
dmm.configure.set() (on page 11-166)
dmm.math.format (on page 11-200)