Section 11: TSP command reference Model 2601B-PULSE System SourceMeter Instrument Reference Manual
11-144 2601B-PULSE-901-01A April 2020
Details
When this attribute is enabled, the IEEE Std 488.2 common commands generate prompts if
prompting is enabled with the localnode.prompts attribute. If localnode.prompts4882 is
enabled, limit the number of *trg commands sent to a running script to 50 regardless of the setting
of the localnode.prompts attribute.
When this attribute is disabled, IEEE Std 488.2 common commands will not generate prompts. When
using the *trg command with a script that executes trigger.wait() repeatedly, disable
prompting to avoid problems associated with the command interface input queue filling.
Example
localnode.prompts4882 = 0
Disables IEEE Std 488.2 common command prompting.
Also see
localnode.prompts (on page 11-142)
localnode.reset()
This function resets the local node instrument.
Usage
localnode.reset()
Details
If you want to reset a specific instrument or a subordinate node, use the node[X].reset()
command.
A local node reset includes:
• Source-measure unit (SMU) attributes affected by a SMU reset are reset
• Other settings are restored back to factory default settings
A localnode.reset() is different than a reset() because reset() resets the entire system.
When using this command from a remote node, localnode should be replaced with the node
reference, for example node[5].reset().
Example
Also see
reset() (on page 11-156)
smua.reset() (on page 11-222)