DeleteDirectory
SCPI Command :
MMEMory:RDIRectory
- class DeleteDirectoryCls[source]
DeleteDirectory commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() str [source]
# SCPI: MMEMory:RDIRectory value: str = driver.massMemory.deleteDirectory.get()
This command deletes the indicated directory.
- return
directory: String containing the path of the directory to delete. Note that the directory you want to remove must be empty.
- set(directory: str) None [source]
# SCPI: MMEMory:RDIRectory driver.massMemory.deleteDirectory.set(directory = 'abc')
This command deletes the indicated directory.
- param directory
String containing the path of the directory to delete. Note that the directory you want to remove must be empty.