5-66 Agilent 4155C/4156C SCPI Command Reference, Edition 1
SCPI Commands
:MMEMory:DELete
:MMEMory:DELete
This command removes a file from the mass storage device specified by the
:MMEM:DEST command.
This command does not have query form.
Syntax :MMEMory:DELete file_name [ , msus ]
Parameter
The default mass storage is the device specified by the :MMEM:DEST command.
To specify the device, set msus to 'DISK', or ignore msus parameter.
If you delete an internal memory data, set msus to 'MEMORY'. The file name must
be MEM1, MEM2, MEM3, or MEM4 with file type extension (MES, STR, DAT, or
MAT).
Example To delete a file from the default mass storage device:
OUTPUT @Hp4155;":MMEM:DEL 'CMOS.MES'"
To delete data in an internal memory:
OUTPUT @Hp4155;":MMEM:DEL 'MEM3.MES','MEMORY'"
Parameter Type Explanation
file_name string file name including extension
msus string mass storage ('DISK' or 'MEMORY' is available)