7½ Digit Graphical Sampling Multimeter Reference Manual Section 8:
DMM7510-901-01 Rev. B / May 2015 8-225
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 = localnode.DISABLE
Disables IEEE Std 488.2 common command
prompting.
Also see
localnode.prompts (on page 8-223)
localnode.serialno
This attribute stores the instrument's serial number.
Type TSP-Link accessible Affected by Where saved Default value
Usage
serialno = localnode.serialno
The serial number of the instrument
Details
This indicates the instrument serial number.
Example
display.settext(display.TEXT2, "Serial #: " ..localnode.serialno)
display.changescreen(display.SCREEN_USER_SWIPE)
Clears the instrument display.
Places the serial number of this instrument on the bottom line of the USER swipe screen display. Displays the
Also see
localnode.model (on page 8-222)
localnode.version (on page 8-228)