High Voltage SourceMeter Instrument Reference Manual Section 2:
2470-901-01 Rev. A / May 2019 2-41
To view system information using SCPI commands:
To retrieve the manufacturer, model number, serial number, and firmware version, send the
command:
*IDN?
To read the line frequency, send the command:
SYStem:LFRequency?
The firmware build, memory available, and factory calibration date are not available when using SCPI
commands.
To view system information using TSP commands:
To read the model number, send the command:
print(localnode.model)
To read the serial number, send the command:
print(localnode.serialno)
To read the firmware version, send the command:
print(localnode.version)
To read the line frequency, send the command
print(localnode.linefreq)
The factory calibration date is not available with TSP commands.
You can also create user-defined strings to store custom, instrument-specific information in the
instrument, such as department number, asset number, or manufacturing plant location. See the
TSP
command reference (on page 14-1) for detail about the userstring functions.