Lpath
SCPI Command :
MMEMory:NDRive<*>:LPATh
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(ndrive=Ndrive.Default) str[source]
# MMEMory:NDRive<*>:LPATh value: str = driver.massMemory.ndrive.lpath.get(ndrive = repcap.Ndrive.Default)
Sets the local folder on the MXO 5, to which the network folder is mapped. With this name, you can access the connected folder on the instrument.
- Parameters:
ndrive – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Ndrive’)
- Returns:
local_path: String with the path of the local folder
- set(local_path: str, ndrive=Ndrive.Default) None[source]
# MMEMory:NDRive<*>:LPATh driver.massMemory.ndrive.lpath.set(local_path = 'abc', ndrive = repcap.Ndrive.Default)
Sets the local folder on the MXO 5, to which the network folder is mapped. With this name, you can access the connected folder on the instrument.
- Parameters:
local_path – String with the path of the local folder
ndrive – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Ndrive’)