CurrentDirectory

SCPI Command :

MMEMory:CDIRectory
class CurrentDirectoryCls[source]

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

get(directory_name: str = None) str[source]
# SCPI: MMEMory:CDIRectory
value: str = driver.massMemory.currentDirectory.get(directory_name = 'abc')

Changes the current directory for mass memory storage. If <DirectoryName> is omitted, the current directory is set to ‘/’.

param directory_name:

string Wildcards are not allowed.

return:

directory_name: string Wildcards are not allowed.

set(directory_name: str = None) None[source]
# SCPI: MMEMory:CDIRectory
driver.massMemory.currentDirectory.set(directory_name = 'abc')

Changes the current directory for mass memory storage. If <DirectoryName> is omitted, the current directory is set to ‘/’.

param directory_name:

string Wildcards are not allowed.