Savebuffer() - Keithley 2601B Reference Manual

2600b series system sourcemeter instrument
Hide thumbs Also See for 2601B:
Table of Contents

Advertisement

Series 2600B System SourceMeter® Instrument Reference Manual
Details
The reset() command in its simplest form resets the entire TSP-enabled system, including the controlling node
and all subordinate nodes.
If you want to reset a specific instrument, use either the localnode.reset() or node[X].reset()
command. Use the localnode.reset() command for the local instrument. Use the node[X].reset()
command to reset an instrument on a subordinate node.
When no value is specified for system, the default value is true.
You can only reset the entire system using reset(true) if the node is the master. If the node is not the master
node, executing this command generates an error.
Example
reset(true)
Also see
localnode.reset()

savebuffer()

This KISavebuffer factory script function saves a specified reading buffer as either a .CSV file or an .XML file.
Type
TSP-Link accessible
Function
No
Usage
savebuffer(buffer, formatType, fileName)
buffer
formatType
fileName
Details
Use this function to save the specified buffer to a USB flash drive.
This function will only save to a USB flash drive.
You are not required to qualify the path to the USB flash drive, but if you wish to, add /usb1/ before the
fileName (see Example 2).
Example 1
savebuffer(smua.nvbuffer1, "csv",
"mybuffer.csv")
Example 2
savebuffer(smua.nvbuffer1, "csv",
"/usb1/mybuffer.csv")
Also see
KISavebuffer factory script
smuX.savebuffer()
2600BS-901-01 Rev. B / May 2013
(on page 7-143)
Affected by
The reading buffer to save
A string indicating which file type to use: .csv or .xml
The file name of the saved buffer
(on page 5-23)
(on page 7-216)
Section 7: TSP command reference
If the node is the master node, the entire system is
reset; if the node is not the master node, an error is
generated.
Where saved
Default value
Save smua dedicated reading buffer 1 as a
.CSV file named mybuffer.csv.
Save smua dedicated reading buffer 1 to an
installed USB flash drive as a .CSV file
named mybuffer.csv.
7-161

Advertisement

Table of Contents
loading

This manual is also suitable for:

2604b2614b2634b2635b2636b2602b ... Show all

Table of Contents