Agilent Technologies E8663B Portable Generator User Manual


 
320 Agilent N518xA, E8663B, E44x8C, and E82x7D Signal Generators Programming Guide
Creating and Downloading User-Data Files
Pattern RAM (PRAM) Data Downloads (E4438C and E8267D)
CAUTION Ensure that you do not use the :MEMory:DATA:PRAM:FILE:BLOCk command to download
an extracted file. If you use this command, the signal generator will treat the file as a
new PRAM file and translate the LSB of each byte into a 32-bit word, corrupting the file
data.
Command Syntax
This section lists the commands for extracting PRAM files and downloading extracted PRAM files. To
download an extracted file, you must use block data. For information on block data, see “SCPI
Command for a Block Data Download” on page 315. In addition, there are three ways to format the
file_name variable, which must also include the file path, as shown in the following tables.
There are two commands for file extraction:
:MEM:DATA? <"file_name">
:MMEM:DATA? <"filename">
The following table uses the first command to illustrate the command format, however the format is
the same if you use the second command.
Table8-9 Extracting a PRAM File
Extraction
Method/Memory Type
Command Syntax Options
SCPI/volatile memory :MEM:DATA? "WFM1:file_name"
:MEM:DATA? "file_name@WFM1"
:MEM:DATA? "/user/bbg1/waveform/file_name"
SCPI/non-volatile
memory
:MEM:DATA? "NVWFM:file_name"
:MEM:DATA? "file_name@NVWFM"
:MEM:DATA? "/user/waveform/file_name"
FTP/volatile memory
a
a. See “FTP Procedures” on page 303.
get /user/bbg1/waveform/file_name
FTP/non-volatile
memory
a
get /user/waveform/file_name
Table 8-10 Downloading a File for Extraction
Download Method/
Memory Type
Command Syntax Options
SCPI/volatile memory :MEM:DATA:UNPRotected "WFM1:file_name",<blockdata>
:MEM:DATA:UNPRotected "file_name@WFM1",<blockdata>
:MEM:DATA:UNPRotected "/user/bbg1/waveform/file_name",<blockdata>