Location
SCPI Command :
SYSTem:COMMunicate:SNMP:LOCation
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() str[source]
# SYSTem:COMMunicate:SNMP:LOCation value: str = driver.system.communicate.snmp.location.get()
Defines the SNMP location information for the administrator. You can also set the location information via SNMP if you do not set it via SCPI.
- set(location: str) None[source]
# SYSTem:COMMunicate:SNMP:LOCation driver.system.communicate.snmp.location.set(location = 'abc')
Defines the SNMP location information for the administrator. You can also set the location information via SNMP if you do not set it via SCPI.
- Parameters:
location – String containing SNMP location.