Tektronix Keithley 2651A Reference Manual page 536

High power system sourcemeter instrument
Table of Contents

Advertisement

Model 2651A High Power System SourceMeter® Instrument Reference Manual
Numbers are printed using the format.asciiprecision attribute. If you want use Lua formatting,
print the return value from the tostring() function.
Example 1
x = 10
print(x)
Example of an output response message:
10
Note that your output might be different if you set your ASCII precision setting to a different value.
Example 2
x = true
print(tostring(x))
Example of an output response message:
true
Also see
format.asciiprecision
printbuffer()
This function prints data from tables or reading buffer subtables.
Type
TSP-Link accessible
Function
No
Usage
printbuffer(startIndex, endIndex, bufferVar)
printbuffer(startIndex, endIndex, bufferVar, bufferVar2)
printbuffer(startIndex, endIndex, bufferVar, ..., bufferVarN)
startIndex
endIndex
bufferVar
bufferVar2
bufferVarN
...
Details
If startIndex ≤ 1, 1 is used as startIndex. If n < endIndex, n is used as endIndex.
When any given reading buffers are used in overlapped commands that have not yet completed (at
least to the specified index), this function outputs data as it becomes available.
When there are outstanding overlapped commands to acquire data, n refers to the index that the last
entry in the table has after all the measurements have completed.
2651A-901-01 Rev. C October 2021
(on page 7-111)
Affected by
Beginning index of the buffer to print; this must be more than one and less than
endIndex
Ending index of the buffer to print; this must be more than startIndex and less
than the index of the last entry in the tables
First table or reading buffer subtable to print
Second table or reading buffer subtable to print
The last table or reading buffer subtable to print
One or more tables or reading buffer subtables separated with commas
Section 7: TSP command reference
Where saved
Default value
7-191

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the Keithley 2651A and is the answer not in the manual?

Subscribe to Our Youtube Channel

Table of Contents