Npath
SCPI Command :
MMEMory:NDRive<*>:NPATh
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(ndrive=Ndrive.Default) str[source]
# MMEMory:NDRive<*>:NPATh value: str = driver.massMemory.ndrive.npath.get(ndrive = repcap.Ndrive.Default)
Sets the network folder that is mapped to the local folder.
- Parameters:
ndrive – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Ndrive’)
- Returns:
file_path: String with the full path in UNC syntax, for example, //net1/data/team1/osc.
- set(file_path: str, ndrive=Ndrive.Default) None[source]
# MMEMory:NDRive<*>:NPATh driver.massMemory.ndrive.npath.set(file_path = 'abc', ndrive = repcap.Ndrive.Default)
Sets the network folder that is mapped to the local folder.
- Parameters:
file_path – String with the full path in UNC syntax, for example, //net1/data/team1/osc.
ndrive – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Ndrive’)