MMEMory:DOWNload:DATA
Syntax
MMEMory:DOWNload:DATA <block>
Description
This command downloads data from the host computer to a local file in the instrument. The file name
must have been previously specified by MMEMory:DOWNload:FNAMe. The data in <binary_block> is writ-
ten to the select file.
Any data previously stored in the file will be lost.
Remarks
l <block> can be an IEEE 488.2 definite- or indefinite-length block.
Examples
The following example writes the word "Hello" to the file "\Myfile" on the internal flash file system.
MMEM:DOWN:FNAM "INT:\Myfile"
MMEM:DOWN:DATA #15Hello
See Also
MMEMory:DOWNload:FNAMe
MMEMory:UPLoad?
Keysight 53220A/53230A Programmer's Reference 299
MMEMory:DOWNload:DATA