Contact

SCPI Command :

SYSTem:COMMunicate:SNMP:CONTact
class ContactCls[source]

Contact commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get() str[source]
# SCPI: 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.

return

contact_info: No help available

set(contact_info: str) None[source]
# SCPI: 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.

param contact_info

String containing SNMP contact.