UsedDrives

SCPI Command :

MMEMory:NETWork:USEDdrives
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() bool[source]
# MMEMory:NETWork:USEDdrives
value: bool = driver.massMemory.network.usedDrives.get()

This command returns a list of all network drives in use.

Returns:

state: You do not have to use the parameter. If you do not include the parameter, the command returns a list of all drives in use. This is the same behavior as if you were using the parameter OFF. ON | 1 Returns a list of all drives in use including the folder information. OFF | 0 Returns a list of all drives in use.

set(state: bool = None) None[source]
# MMEMory:NETWork:USEDdrives
driver.massMemory.network.usedDrives.set(state = False)

This command returns a list of all network drives in use.

Parameters:

state – You do not have to use the parameter. If you do not include the parameter, the command returns a list of all drives in use. This is the same behavior as if you were using the parameter OFF. ON | 1 Returns a list of all drives in use including the folder information. OFF | 0 Returns a list of all drives in use.