Section 7: TSP command reference
Series 2600B System SourceMeter® Instrument Reference Manual
7-156
2600BS-901-01 Rev. C / August 2016
Usage
prompting
= localnode.prompts4882
localnode.prompts4882 =
prompting
prompting
IEEE Std 488.2 prompting mode:
•
Disable prompting:
0
•
Enable prompting:
1
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.
When using this command from a remote node,
localnode
should be replaced with the node
reference, for example:
node[5].prompts4882
Example
localnode.prompts4882 = 0
Disables IEEE Std 488.2 common command prompting.
Also see
localnode.reset()
This function resets the local node instrument.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Function
Yes
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()
.