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