Model DMM7510 7½ Digit Graphical Sampling Multimeter Reference Manual
Section 7: Introduction to TSP commands
DMM7510-901-01 Rev. B / May 2015
7-11
Common commands that cannot be used in scripts are shown in the following table with equivalent
commands that can be used.
Unavailable commands with TSP equivalents
Common commands
TSP equivalent commands
*CLS
eventlog.clear() status.clear()
*ESE
status.standard.enable
*ESE?
print(status.standard.enable)
*ESR?
print(status.standard.event)
*IDN?
print(localnode.model)
print(localnode.serialno)
print(localnode.version)
*LANG
No equivalent
*LANG?
No equivalent
*OPC
opc()
*OPC?
waitcomplete() print([[1]])
*RST
reset()
*SRE
status.request_enable
*SRE?
print(status.request_enable)
*STB?
print(status.condition)
*TRG
No equivalent
*TST?
print([[0]])
*WAI
waitcomplete()