MakeDirectory
SCPI Command :
MMEMory:MDIRectory
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() str[source]
# MMEMory:MDIRectory value: str = driver.massMemory.makeDirectory.get()
This command creates a new directory.
- Returns:
directory: String containing the path and new directory name The path may be relative or absolute.
- set(directory: str) None[source]
# MMEMory:MDIRectory driver.massMemory.makeDirectory.set(directory = 'abc')
This command creates a new directory.
- Parameters:
directory – String containing the path and new directory name The path may be relative or absolute.