DeleteDirectory

SCPI Command :

MMEMory:RDIRectory
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() str[source]
# MMEMory:RDIRectory
value: str = driver.massMemory.deleteDirectory.get()

This command deletes the indicated directory.

Returns:

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]
# MMEMory:RDIRectory
driver.massMemory.deleteDirectory.set(directory = 'abc')

This command deletes the indicated directory.

Parameters:

directory – String containing the path of the directory to delete. Note that the directory you want to remove must be empty.