1213
Source (Internal)
Query Waveform Unique ID (Remote Command Only)
Each Signal Studio waveform contains a unique waveform ID, which recorded in the header. This command allows
you to query the unique waveform ID from the header. This is a SCPI only command.
Remote Command: :MMEMory:HEADer:ID? “<file name>”
Example: :MMEM:HEAD:ID? “test.wfm” (query the waveform already loaded into the
ARB memory)
:MMEM:HEAD:ID? “D:\NVARB\test.wfm” (query the waveform on the hard
disk by absolute path)
:MMEM:HEAD:ID? “NVWFM:test.wfm” (query the waveform on the hard
disk by MSUS)
Notes: SCPI query only. The queried waveform file can be in ARB memory, or on
hard disk. If want to query ARB in ARB memory, then give out the file name
directly. If want to query ARB on the hard disk, then absolute file path or
MSUS should be given along with the file name. The valid MSUS is
“NVWFM” which is mapped to D:\NVARB on hard disk.
If the file cannot be found in ARB memory or on hard disk, an error is
generated.and value –1 is returned
Initial S/W Revision: A.09.00