Technical data

920 Agilent Infiniium 90000 Series Oscilloscopes Programmer's Reference
33 Waveform Memory Commands
:WMEMory<N>:LOAD
Command :WMEMory<N>:LOAD <file_name>
The :WMEMory<N>:LOAD command loads an oscilloscope waveform
memory location with a waveform from a file that has an internal
waveform format (extension .wfm), comma separated xypairs, (extension
.csv), tab separated xypairs (extension .tsv), and yvalues text (extension
.txt). You can load the file from either the c: or a: drive, or any lan
connected drive. See the examples below.
The oscilloscope assumes that the default path for waveforms is c:\
Document and Settings\All Users\Shared Documents\Infiniium\Data. To
use a different path, specify the path and file name completely.
<N> The memory number is an integer from 1 to 4.
<file_name> A quoted string which specifies the file to load, and has a .wfm, .csv, .tsv,
or .txt extension.
Examples This example loads waveform memory 4 with a file.
myScope.WriteString _
":WMEMORY4:LOAD ""c:\Document and Settings\All Users\Shared Documents\
Infiniium\Data\waveform.wfm"""
This example loads waveform memory 3 with a file that has the internal
waveform format and is stored on drive U:.
myScope.WriteString ":WMEMORY3:LOAD ""U:\waveform.wfm"""
Related
Commands
:DISK:LOAD
:DISK:STORe