Uname
SCPI Command :
MMEMory:NDRive<*>:UNAMe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(ndrive=Ndrive.Default) str[source]
# MMEMory:NDRive<*>:UNAMe value: str = driver.massMemory.ndrive.uname.get(ndrive = repcap.Ndrive.Default)
Sets the user name that is used to access the network folder.
- Parameters:
ndrive – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Ndrive’)
- Returns:
user_name: String with the user name
- set(user_name: str, ndrive=Ndrive.Default) None[source]
# MMEMory:NDRive<*>:UNAMe driver.massMemory.ndrive.uname.set(user_name = 'abc', ndrive = repcap.Ndrive.Default)
Sets the user name that is used to access the network folder.
- Parameters:
user_name – String with the user name
ndrive – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Ndrive’)