Contact

SCPI Command :

SYSTem:COMMunicate:SNMP:CONTact
Commands in total: 1
Subgroups: 0
Direct 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.