All Classes Namespaces Files Functions Pages
WirelessEndpoint.NetworkInfoMonitor Class Reference

The NetworkInfo Monitor allows to collect the NetworkInfo over time. More...

Methods

 Description.Get
 Returns a textual description of the object.
 
 Parent.Get
 Returns the parent object.
 
 Result.History.Get
 Returns the current History counters. More...
 

Class overview

The NetworkInfo Monitor allows to collect the NetworkInfo over time.

This class works very similar to a trigger: it's added to a scenario to monitor the network parameters in a testrun.

Since
2.11.0
Example

Create a NetworkInfoMonitor

1 set deviceInfo [ $wirelessEndpoint Device.Info.Get ]
2  set networkInfoMonitor [ $deviceInfo Network.Info.Monitor.Add ]

Returns:

<WirelessEndpoint.NetworkInfoMonitor object> 

Definition at line 25192 of file api.tcl.

Method documentation

WirelessEndpoint.NetworkInfoMonitor::Result.History.Get

Returns the current History counters.

Returns
The OID of the WirelessEndpoint.NetworkInfoMonitor.ResultHistory object.
Since
2.11.0
Example
1 $monitor Result.History.Get

Returns:

<WirelessEndpoint.NetworkInfoMonitor.ResultHistory object> 

Definition at line 25216 of file api.tcl.