:MMEMory:TRANsfer

No equivalent COM Commands

Syntax

:MMEMory:TRANsfer <string>,<block>

:MMEMory:TRANsfer? <string>

Description

This command sets/gets data to/from a file on the built-in storage device of the E5072A. By reading data with this command and writing it to a file on the external controller, you can transfer files from the E5072A to the external controller.

On the other hand, by reading data from the external controller and writing it to a file on the E5072A with this command, you can transfer files from the external controller to the E5072A.  

When you use directory names and file name, separate them with "/" (slash) or "\" (backslash). When writing a file, if the specified file name already exists, an error occurs and the command is ignored. Likewise, when reading from a file whose file name does not exist, an error occurs and the command is ignored.

Variables

Parameter

String

Description

File name on the built-in storage device

Range

254 characters or less

 

Parameter

block

Description

Data written on/read out from the file

Range

GPIB: 20 Mbytes or less

LAN: 100 Kbytes or less

Query response

{block}<newline><^END>

Example of use

10 OUTPUT 717;":MMEM:TRAN ""Trace01.csv"",#6012345";Dat$

10 OUTPUT 717;":MMEM:TRAN? ""Trace01.csv"""

20 ENTER 717 USING "#,A";A$

30 ENTER 717 USING "#,A";Digit$

40 Img$="#,"&Digit$&"A"

50 ENTER 717 USING Img$;Byte$

60 Img$=Byte$&"A"

70 ALLOCATE Dat$[VAL(Byte$)]

80 ENTER 717 USING Img$;Dat$

Equivalent key

No equivalent key is available on the front panel.