UsedDrives

SCPI Command :

MMEMory:NETWork:USEDdrives
class UsedDrivesCls[source]

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

get() bool[source]
# SCPI: MMEMory:NETWork:USEDdrives
value: bool = driver.massMemory.network.usedDrives.get()

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

return

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: Optional[bool] = None) None[source]
# SCPI: MMEMory:NETWork:USEDdrives
driver.massMemory.network.usedDrives.set(state = False)

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

param 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.