![Ronde & Schwarz 1304.0004.03 User Manual Download Page 953](http://html1.mh-extra.com/html/ronde-and-schwarz/1304-0004-03/1304-0004-03_user-manual_1484985953.webp)
Remote Commands
R&S
®
FPL1000
953
User Manual 1178.3370.02 ─ 09
HCOPy:TREPort:TITLe:STATe
<State>
This command includes or excludes the title page from the test report.
Parameters:
<State>
ON | OFF
*RST:
OFF
Example:
HCOP:TREP:TITL:STAT OFF
Removes the title page from the test report.
11.9.7
Examples: Managing Data
...................................................................................954
................................................................................. 954
11.9.7.1
Storing Data
MMEM:MSIS 'C:'
//Selects drive C: as the default storage device.
//-----Connecting a network drive--------
MMEM:NETW:USED?
//Returns a list of all drives in use in the network.
MMEM:NETW:UNUS?
//Returns a list of free drive names in the network.
MMEM:NETW:MAP 'Q:','Server\ACLRTest'
//Maps drive Q: to the directory 'Server\ACLRTest'
//-----Saving data on the instrument-----
MMEM:MDIR 'C:\R_S\INSTR\USER\Results'
//Creates a directory called 'Results' on drive C:
MMEM:NAME 'C:\R_S\INSTR\USER\Results\Test001.txt'
//Defines a file called 'Test001.txt'
MMEM:COMM 'ACLR test results'
//Creates a comment for the settings to be displayed in gui.
MMEM:DATA 'Test001.txt',#212FileContents
//Creates the file 'Test001.txt'and writes 12 characters to it
//-----Copying the data to another location---
MMEM:COPY 'C:\R_S\INSTR\USER\Results\Test001.txt','Q:'
//Copies the specified file to network drive Q:.
MMEM:DEL 'C:\R_S\INSTR\USER\Results\Test001.txt'
//Deletes the specified file from the instrument hard disk.
//or
//MMEM:MOVE 'C:\R_S\INSTR\USER\Results\Test001.xml','Q:\TestResults.txt'//
//Moves the file 'Test001.txt' to drive Q:, renames it to 'Testresults.txt'
Managing Settings and Results