DeleteDirectory

SCPI Commands

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

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

set(arg_0: str) None[source]
# SCPI: MMEMory:RDIRectory
driver.massMemory.deleteDirectory.set(arg_0 = '1')

This command deletes the indicated directory.

param arg_0

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