IpConnect

SCPI Commands

SENSe:DATA:MEASurement<MeasInstance>:IPANalysis:IPConnect:STATistics
class IpConnect[source]

IpConnect commands group definition. 3 total commands, 2 Sub-groups, 1 group commands

class StatisticsStruct[source]

Structure for reading output parameters. Fields:

  • No_Of_Conn: int: Total number of connections

  • No_Of_Open_Conn: int: Number of open connections

  • No_Of_Closed_Conn: int: Number of closed connections

  • Open_Tcpc: int: Number of open TCP connections

  • Closed_Tcpc: int: Number of closed TCP connections

  • Open_Udpc: int: Number of open UDP connections

  • Closed_Udpc: int: Number of closed UDP connections

get_statistics()StatisticsStruct[source]
# SCPI: SENSe:DATA:MEASurement<Instance>:IPANalysis:IPConnect:STATistics
value: StatisticsStruct = driver.sense.data.measurement.ipAnalysis.ipConnect.get_statistics()

Queries the statistical information provided by the ‘IP Connectivity’ view.

return

structure: for return value, see the help for StatisticsStruct structure arguments.

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.sense.data.measurement.ipAnalysis.ipConnect.clone()

Subgroups