MMEMory:DATA <filename>,<data>

(Read-Write) Read and store <data> into the file <filename>. Because this is block data, any file format can be read.

See MMEM:CDIR to learn how to set the active drive and how to specify a drive/folder.

See ALL MMEM commands and Memory Command Examples.

Note: For information on working with FAT32 files/filenames and best practices, see the FieldFox Supplemental Help and the Reference section.

Relevant Modes

ALL

Parameters

 

<filename>

String - Drive, folder, filename, and extension into which data will be loaded. If drive and folder are unspecified, the active drive/folder is used.

<data>

Data in 488.2 block format.

Examples

'Stores data into "MyFile"

MMEM:DATA "MyFile",<data>

'Stores data into "MyFile" on USB

MMEM:DATA "[USBDISK]:\MyFile",<data>

See a transfer image to PC example using this command.

Query Syntax

MMEMory:DATA? <filename>

Default

Not Applicable


Last Modified:

17-Dec-2013

Added link to example

23-Apr-2012

Major modifications