MMEMory:DOWNload:DATA <block>
Download data from the host computer to a file whose name has been specified by MMEMory:DOWNload:FNAMe
command. The data in <block> is written to the selected file.
Any data previously stored in the file is lost when you execute this command.
Parameter Typical return
<block> = Any IEEE-488.2 definite- or indefinite-length block. (none)
Write "Hello" to the file "\Myfile" on internal storage:
MMEM:DOWN:FNAM "INT:\Myfile"
MMEM:DOWN:DATA #15Hello
MMEMory:DOWNload:FNAMe <file>
MMEMory:DOWNload:FNAMe?
Creates or opens the specified file name prior to writing data to that file with MMEMory:DOWNload:DATA.
Parameter Typical return
<file> = Any valid file name (none)
Write "Hello" to the file "\Myfile" on internal storage:
MMEM:DOWN:FNAM "INT:\Myfile"
MMEM:DOWN:DATA #15Hello
– The specified folder must exist and cannot be marked as hidden or system.
– If the destination file exists, it will be overwritten, unless marked as hidden or system.
– The file is created if it does not already exist.
Keysight DAQ970A/DAQ973A Programming Guide 181
2 SCPI Programming