All
SCPI Command :
SYSTem:COMMunicate:SNMP:USM:USER:ALL
- class AllCls[source]
All commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- class GetStruct[source]
Response structure. Fields:
Count: float: Total number of registered SNMP users.
Name: str: List of all user names as a comma-separated list.
- get() GetStruct [source]
# SCPI: SYSTem:COMMunicate:SNMP:USM:USER:ALL value: GetStruct = driver.system.communicate.snmp.usm.user.all.get()
- Queries the number of users and a list of all SNMP users for SNMPv3.
INTRO_CMD_HELP: Prerequisites for this command:
Select SNMPv3 (method RsFsw.System.Communicate.Snmp.Version.set) .
- return
structure: for return value, see the help for GetStruct structure arguments.