Tspnet.tsp.rbtablecopy() - Keithley 3700A Series Reference Manual

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

Advertisement

Series 3700A System Switch/Multimeter Reference Manual
Example
tspnet.tsp.abortonconnect = 0
Also see
tspnet.connect()

tspnet.tsp.rbtablecopy()

This function copies a reading buffer synchronous table from a remote instrument to a TSP-enabled instrument.
Type
TSP-Link accessible
Function
No
Usage
table = tspnet.tsp.rbtablecopy(connectionID, name)
table = tspnet.tsp.rbtablecopy(connectionID, name, startIndex, endIndex)
table
connectionID
name
startIndex
endIndex
Details
This function is only appropriate for TSP-enabled instruments.
This function reads the data from a reading buffer on a remote instrument and returns an array of
numbers or a string representing the data. The startIndex and endIndex parameters specify the
portion of the reading buffer to read. If no index is specified, the entire buffer is copied.
The function returns a table if the table is an array of numbers; otherwise a comma-delimited string is
returned.
This command is limited to transferring 50,000 readings at a time.
Example
times =
tspnet.tsp.rbtablecopy(testTspdevice,
"testRemotebuffername.timestamps", 1, 3)
print(times)
Also see
None
3700AS-901-01 Rev. D/June 2018
(on page 11-434)
Affected by
A copy of the synchronous table or a string
Integer value used as a handle for other tspnet commands
The full name of the reading buffer name and synchronous table to copy
Integer start value
Integer end value
Section 11: TSP command reference
Configure the instrument so that it does not
send an abort command when connecting to
a TSP-enabled instrument.
Where saved
Default value
Copy the specified timestamps table for
items 1 through 3, then display the table.
Example output:
01/01/2011
10:10:10.0000013,01/01/2011
10:10:10.0000233,01/01/2011
10:10:10.0000576
11-443

Advertisement

Table of Contents
loading

Table of Contents