Snmp
SCPI Command :
SYSTem:COMMunicate:SNMP:LOCation
- Commands in total: 7Subgroups: 2Direct child commands: 1
- get_location() str[source]
# SYSTem:COMMunicate:SNMP:LOCation value: str = driver.system.communicate.snmp.get_location()
No help available
- set_location(location: str) None[source]
# SYSTem:COMMunicate:SNMP:LOCation driver.system.communicate.snmp.set_location(location = 'abc')
No help available
Cloning the Group
# Create a copy of the original group, that exists independently
snmp_copy = driver.system.communicate.snmp.clone()
Subgroups