7 Save/Recall/Print
7.3 Save
opcIndex = mnemonic.find('OPC?')
#if OPC query send the query and get OPC query value
if opcIndex >= 0:
opcQueryValue = _inst.query(mnemonic)
print(opcQueryValue)
else:
print(mnemonic)
_inst.write(mnemonic)
err = CheckError()
# publish any errors from the previous command
if err:
print('Error for command ' + label + ': ' + err)
for entry in _recordingEntries
SendCommand(entry)
7.3.9 Mask
The Mask data type is used to import and export Mask files for measurements that
use masks, such as cellular comms and real-time measurements.
7.3.10 Waveform Sequence
Saves waveform sequences from the ARB memory of an Internal Source. When you
open the Save Waveform Sequence dialog and press Save, the current waveform
sequence is saved to the selected directory.
Notes No remote command, front panel only
Dependencies Only appears if your hardware includes an Internal Source, such as in VXT
7.3.11 Screen Image
Selects a file for saving the contents of the display.
Screen Image files are PNG (Portable Network Graphics) files with the same
resolution as the data display. They contain the image that was on the screen before
you opened the Save dialog. When the Screen Image key is pressed, a "thumbnail"
IQ Analyzer Mode User's &Programmer's Reference 960