R&S PR100 User Manual
MMEMory
. : FILE
. . :TIME? <file_name>
Outputs the modification time of an existing file. In case <file_name> does not
exist, an error is generated: .-292, “Referenced name does not exist”.
Parameters:
<file_name> file: String of characters (comma not allowed)
Result:
<hours>, <minutes>, <seconds> (See MMEM:FILE:TIME)
Example:
MMEMory:FILE:TIME? “test.txt” -> 22, 23, 24.09
MMEMory
. :INIT [<label>]
Deletes all files and directories from the mass storage device. After that, it
restores default directories and files that are needed for correct operation of
the device, and assigns a label to the mass storage.
Parameters:
none The existing label for the mass storage is not changed
<label> String of character for the new label for the mass storage
Example:
MMEMory:INIT “Measurements”
MMEMory
. :MDIRectory <folder_name>
Creates a new folder <folder_name> in the current folder of the mass storage
device. In case <folder_name> already exists in the current folder, an error is
generated: .-293, “Referenced name already exists”.
Parameters:
<folder_name> String of characters (comma not allowed)
Example:
MMEMory:MDIRectory “SomeFolder”
MMEMory
. :MOVE <src_name>, <dest_name>
Renames the file or folder <src_name> into <dest_name. In case <name>
does not exist in the current folder, an error is generated: .-292, “Referenced
name does not exist”. In case <dest_name> already exists in the current
folder, an error is generated: .-293, “Referenced name already exists”.