User manual

Table Of Contents
MAUI Oscilloscopes Remote Control and Automation Manual
STORAGE Commands and Queries
DELETE_FILE, DELF
Description
The DELETE_FILE command deletes a file from the currently selected directory.
Command Syntax
DELETE_FILE DISK,<medium>,FILE,'<filename>'
<medium>: = {HDD, USB, MICRO}
The file name must be enclosed in single quotes. Use the full path to the directory, including the drive
letter. Be sure there are no spaces before the directory string.
Note: The hard drive selection (HDD) always points to drive D, which is the data drive on MAUI
oscilloscopes. An external USB drive is usually named drive E; check your oscilloscope file system.
The device type MICRO applies only to instruments that utilize Micro-SD card data storage, such
as WaveSurfer 3000.
Example (GPIB)
The following instruction deletes a panel setup file from the hard drive:
CMD$="DELF DISK,HDD,FILE,'D:\SETUPS\TESTRUN.LSS'
CALL IBWRT(SCOPE%,CMD$)
6-144