Series 3700A System Switch/Multimeter Reference Manual Section 11: TSP command reference
3700AS-901-01 Rev. D/June 2018 11-289
localnode.prompts4882
This attribute enables and disables the generation of prompts for IEEE Std 488.2 common commands.
Usage
prompting = localnode.prompts4882
localnode.prompts4882 = 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.
Example
localnode.prompts4882 = 0
Disables IEEE Std 488.2 common command prompting.
Also see
localnode.prompts (on page 11-288)
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.