Agilent Technologies N5183A MXG User Manual
Page 221
Agilent N518xA, E8663B, E44x8C, and E82x7D Signal Generators Programming Guide
211
Creating and Downloading Waveform Files
Commands for Downloading and Extracting Waveform Data
2.
From the PC command prompt or UNIX command line, type ftp
instrument name
is the signal generator’s hostname or IP address.
3.
At the User: prompt in the ftp window, press
Enter (no entry is required).
4.
At the Password: prompt in the ftp window, press
Enter (no entry is required).
5.
At the ftp prompt, either put a file or get a file:
To put a file, type:
put
where
designator for the signal generator’s /user/waveform/ directory.
If
•
If a marker file is associated with the data file, use the following command to download it to
the signal generator:
put
where
designator for the file in the signal generator’s /user/markers/ directory. Marker files and
the associated I/Q waveform data have the same name.
For more examples of put command usage refer to
To get a file, type:
get /user/waveform/
where
directory and
•
If a marker file is associated with the data file, use the following command to download it to
the local PC/UNIX directory:
get /user/markers/
where
generator’s /user/markers/ directory and
downloaded to the local PC/UNIX.
Table 5-13 Put Command Examples
Command
Results
Local
Remote
Notes
Incorrect
put
put
/user/waveform/
/user/marker/
Produces two
separate and
incompatible files.
Correct
put
put
/user/waveform/
/user/marker/
Creates a waveform
file and a compatible
marker file.