Keithley SourceMeter 2600 Series Reference Manual page 327

Table of Contents

Advertisement

Series 2600 System SourceMeters Reference Manual
printbuffer and printnumber functions
These functions are used to print data and numbers.
printbuffer
Function
Prints data from reading buffer sub-tables.
There are multiple ways to use this function, depending on how many sub-tables are
Usage
used:
printbuffer(start_index, end_index, st_1)
printbuffer(start_index, end_index, st_1, st_2)
printbuffer(start_index, end_index, st_1, st_2, ..., st_n)
start_index
end_index
st_1, st_2, ... st_n
• Correct usage when there are no outstanding overlapped commands to acquire
Remarks
data:
1 <= start_index <= end_index <= n
Where
If
end_index < start_index
start_index < 1,
used as the last index.
• When any of the given reading buffers are being used in overlapped commands that
have not yet completed at least to the desired index, this function will return data as
it becomes available.
• When there are outstanding overlapped commands to acquire data,
index that the last entry in the table will have after all the measurements have
completed.
• This function prints values from reading buffers. If a specific sub-table is not
specified (e.g., "rb1" rather than "rb1.statuses"), the default "readings" sub-table will
be used.
• At least one sub-table must be specified. There is an upper limit that is dictated by
the output format and the maximum output message length. Values will be
interleaved in one message. Care must be taken not to exceed the maximum output
message length.
• All the data will be put in one response message. The response message will be
formatted as dictated by
Also see
format.data,
Starting index of values to print.
Ending index of values to print.
Sub-tables from which to print values.
refers to the index of the last entry in the tables to be printed.
n
1 will be used as the first index. If
format.data
printnumber
Return to
Instrument Control Library 12-53
or
n < start_index
and other associated attributes.
Section 12 topics
2600S-901-01 Rev. A / May 2006
, no data will be printed. If
,
n < end_index
n
refers to the
n
will be

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents