Remote Control Commands
R&S
®
SMW200A
855User Manual 1175.6632.02 ─ 30
// query only number of subdirectories in the current or specified directory
:MMEMory:DCATalog:LENGth? "/var/user"
// 5
// query number of files in the current or specified directory
:MMEMory:CATalog:LENGth? "/var/user"
// 7
// Create a new directory for mass memory storage in the specified directory
:MMEMory:MDIRectory "/var/user/new"
// Copy the file "settings.savrcltxt" into the new directory
:MMEMory:COPY "/var/user/settings.savrcltxt","/var/user/new/settings.savrcltxt"
// Rename the file "settings.savrcltxt" into the new directory
// and read out the files in this specific directory
:MMEMory:CDIRectory "/var/user/new"
:MMEMory:MOVE "settings.savrcltxt","settings_new.savrcltxt"
:MMEMory:CATalog? "/var/user/new"
// 25141,8102789120,".,DIR,4096","..,DIR,4096","settings_new.savrcltxt,BIN,16949"
// Delete the "test" directory
:MMEMory:RDIRectory "/var/user/test"
Example: Working with files in the volatile memory
This example shows how to work with files in the /var/volatile directory.
// Change the default directory for mass storage,
// read out the files, load and play a file with the ARB
:MMEMory:CDIRectory "/var/volatile"
:MMEMory:CDIRectory?
// "/var/volatile"
:MMEMory:CATalog?
//13928,525352960,".,DIR,60","..,DIR,4096","list.lst,BIN,9772"
:SOURce1:LIST:SELect "/var/volatile/list"
:SOURce1:FREQuency:MODE LIST
:OUTPut1:STATe 1
14.7.4 Remote Control Commands
:MMEMory:CATalog?......................................................................................................856
:MMEMory:CATalog:LENGth?......................................................................................... 856
:MMEMory:CDIRectory...................................................................................................857
:MMEMory:COPY...........................................................................................................857
:MMEMory:DATA............................................................................................................858
:MMEMory:DATA:UNPRotected.......................................................................................858
:MMEMory:DCATalog?....................................................................................................860
:MMEMory:DCATalog:LENGth?....................................................................................... 860
MMEMory Subsystem