MakeDirectory

SCPI Command :

MMEMory:MDIRectory
class MakeDirectoryCls[source]

MakeDirectory commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get() str[source]
# SCPI: MMEMory:MDIRectory
value: str = driver.massMemory.makeDirectory.get()

This command creates a new directory.

return

directory: String containing the path and new directory name The path may be relative or absolute.

set(directory: str) None[source]
# SCPI: MMEMory:MDIRectory
driver.massMemory.makeDirectory.set(directory = 'abc')

This command creates a new directory.

param directory

String containing the path and new directory name The path may be relative or absolute.