Agilent Technologies E8663B Portable Generator User Manual


 
Agilent N518xA, E8663B, E44x8C, and E82x7D Signal Generators Programming Guide 209
Creating and Downloading Waveform Files
Commands for Downloading and Extracting Waveform Data
Table 5-11 Downloading Encrypted Files for Extraction
Download
Method/Memory
Type
Command Syntax Options
SCPI/volatile
a
memory
MEM:DATA:UNPRotected "/user/bbg1/securewave/file_name",<blockdata>
MEM:DATA:UNPRotected "SWFM1:file_name",<blockdata>
MEM:DATA:UNPRotected "file_name@SWFM1",<blockdata>
SCPI/non-volatile
memory
a
MEM:DATA:UNPRotected "/user/securewave/file_name",<blockdata>
MEM:DATA:UNPRotected "SNVWFM:file_name",<blockdata>
MEM:DATA:UNPRotected "file_name@SNVWFM",<blockdata>
FTP/volatile
memory
b
put <file_name> /user/bbg1/securewave/<file_name>
FTP/non-volatile
memory
b
put <file_name> /user/securewave/<file_name>
a.On the N5182A the :MEM:DATA:UNPRotected command is not required to be able to extract files (i.e. use :MEM:DATA). For more
information, refer to the SCPI Command Reference.
b. See “FTP Procedures” on page 210.
Table5-12 Extracting Encrypted Waveform Data
Download
Method/Memory
Type
Command Syntax Options
SCPI/volatile
memory
MMEM:DATA? "/user/bbg1/securewave/file_name"
MMEM:DATA? "SWFM1:file_name"
MMEM:DATA? "file_name@SWFM1"
SCPI/non-volatile
memory
MMEM:DATA? "/user/securewave/file_name"
MMEM:DATA? "SNVWFM:file_name"
MMEM:DATA? "file_name@SNVWFM"
FTP/volatile
memory
a
get /user/bbg1/securewave/<file_name>
FTP/non-volatile
memory
a
get /user/securewave/<file_name>
a. See “FTP Procedures” on page 210.