SubMonitor

SCPI Commands :

SENSe:BASE:IPSet:SMONitor:NAME
SENSe:BASE:IPSet:SMONitor:TYPE
SENSe:BASE:IPSet:SMONitor:ID
SENSe:BASE:IPSet:SMONitor:DESCription
class SubMonitorCls[source]

SubMonitor commands group definition. 4 total commands, 0 Subgroups, 4 group commands

get_description() List[str][source]
# SCPI: SENSe:BASE:IPSet:SMONitor:DESCription
value: List[str] = driver.sense.ipSet.subMonitor.get_description()

Queries the description of all network nodes detected by the subnet monitor.

return:

descriptions: string Comma-separated list of strings, one per network node

get_id() List[int][source]
# SCPI: SENSe:BASE:IPSet:SMONitor:ID
value: List[int] = driver.sense.ipSet.subMonitor.get_id()

Queries the ID (third segment of IP address) of all network nodes detected by the subnet monitor.

return:

ids: decimal Comma-separated list of values, one per network node Range: 1 to 254

get_name() List[str][source]
# SCPI: SENSe:BASE:IPSet:SMONitor:NAME
value: List[str] = driver.sense.ipSet.subMonitor.get_name()

Queries the name of all network nodes detected by the subnet monitor.

return:

names: string Comma-separated list of strings, one per network node

get_type_py() List[str][source]
# SCPI: SENSe:BASE:IPSet:SMONitor:TYPE
value: List[str] = driver.sense.ipSet.subMonitor.get_type_py()

Queries the type of all network nodes detected by the subnet monitor.

return:

types: string Comma-separated list of strings, one per network node