Location
SCPI Command :
SYSTem:COMMunicate:SNMP:LOCation
- class LocationCls[source]
Location commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() str [source]
# SCPI: 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.
- return
location: No help available
- set(location: str) None [source]
# SCPI: 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.
- param location
String containing SNMP location.