Section 11: TSP command reference Model 2601B-PULSE System SourceMeter Instrument Reference Manual
11-156 2601B-PULSE-901-01A April 2020
reset()
This function resets commands to their default settings.
Usage
reset()
reset(system)
What to reset:
â–ª true: If the node is the master, the entire system is reset (default)
â–ª false: Only the local group is reset
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.
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
If the node is the master node, the entire system is reset; if the
node is not the master node, an error is generated.
Also see
localnode.reset() (on page 11-144)
savebuffer()
This KISavebuffer factory script function saves a specified reading buffer as either a CSV file or an XML file.
Usage
savebuffer(buffer, "formatType", "fileName")
The reading buffer to save
A string indicating which file type to use: csv or xml
The file name of the saved buffer
Details
Use this function to save the specified buffer to a USB flash drive.
This function will only save to a USB flash drive.