Section 8: TSP command reference
Model DMM7510 7½ Digit Graphical Sampling Multimeter Reference Manual
8-234
DMM7510-901-01 Rev. B / May 2015
Example 2
for x = 1, testData.n do
printbuffer(x,x,testData, testData.units, testData.relativetimestamps)
end
Using the same buffer created in Example 1, output the readings, units and relative timestamps on a separate
line for each reading.
1.10458e-11, Amp DC, 0.00
1.19908e-11, Amp DC, 1.01858e-01
1.19908e-11, Amp DC, 2.03718e-01
1.20325e-11, Amp DC, 3.05581e-01
1.20603e-11, Amp DC, 4.07440e-01
1.20325e-11, Amp DC, 5.09299e-01
Also see
(on page 8-32)
(on page 8-33)
(on page 8-215)
(on page 8-216)
(on page 8-234)
printnumber()
This function prints numbers using the configured format.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Function
No
Usage
printnumber(
value1
)
printnumber(
value1
,
value2
)
printnumber(
value1
, ...,
valueN
)
value1
First value to print in the configured format
value2
Second value to print in the configured format
valueN
Last value to print in the configured format
...
One or more values separated with commas
Details
There are multiple ways to use this function, depending on how many numbers are to be printed.
This function prints the given numbers using the data format specified by
format.data
and
format.asciiprecision
.