![Teledyne Everywhereyoulook T3AWG3K-C Series Скачать руководство пользователя страница 82](http://html.mh-extra.com/html/teledyne/everywhereyoulook-t3awg3k-c-series/everywhereyoulook-t3awg3k-c-series_programming-manual_1080769082.webp)
Programming Manual
–
T3AWG3K-C Series Arbitrary Waveform Generator
True-Arb Operating Mode
81
MMEMORY:DELETE "data.bin" deletes “data.bin” from the current
directory.
MMEMORY:DELETE "\my\proj\awg\test.txt","D:" deletes
“test.txt” from “D:
\my\proj\
awg” directory.
Table 99: MMEMory:DELete
Command
MMEMory:DOWNload:DATA (No Query Form)
Description
Downloads data from the host computer to a file in the instrument.
The filename must have been previously specified by
MMEMory:DOWNload:FNAMe.
The data in <binary_block> is written to the select file, and any data
previously stored in the file is lost.
NOTE
: Only removable units and
"C:\Users\awg3000\Pictures\Saved Pictures" directory are
accessible by MMEMory commands.
Group
Mass Memory
Syntax
MMEMory:DOWNload:DATA <binary_block>
Related Commands
MMEMory:DOWNload:FNAMe
Arguments
Any IEEE-488 definite or indefinite block
Returns
None
Example
Writes the word "Hello" to the file "D:\Myfile.txt" on internal storage.
MMEM:DOWN:FNAM "D:\Myfile.txt"
MMEM:DOWN:DATA #15Hello
Table 100: MMEMory:DOWNload:DATA
Command
MMEMory:DOWNload:FNAMe (No Query Form)
Description
Creates or opens the specified filename prior to writing data to that
file with MMEMory:DOWNload:DATA.
NOTE
: Only removable units and
"C:\Users\awg3000\Pictures\Saved Pictures" directory are
accessible by MMEMory commands.
Group
Mass Memory
Syntax
MMEMory:DOWNload:FNAMe <filename>
Related Commands
MMEMory:DOWNload:DATA