Definition at line 23073 of file api.tcl.
Tx.Frame.ResultData::ByteCount.Get |
Gets the current transmitted bytes.
- Example
This example gets the transmitted bytes
1 $frameResultData ByteCount.Get
Returns:
100
Definition at line 23083 of file api.tcl.
Tx.Frame.ResultData::Framesize.Maximum.Get |
Gets the size (in bytes) of the largest frame transmitted in this snapshot.
- Exceptions
-
CounterUnavailable | When no frames are received, this counter is unavailable |
- Example
This example gets the largest framesize transmitted in this snapshot.
1 $frameResultData Framesize.Max.Get
Returns:
100
Definition at line 23100 of file api.tcl.
Tx.Frame.ResultData::Framesize.Minimum.Get |
Gets the size (in bytes) of the smallest frame transmitted in this snapshot.
- Exceptions
-
CounterUnavailable | When no frames are received, this counter is unavailable |
- Example
This example gets the smallest framesize transmitted in this snapshot.
1 $frameResultData Framesize.Min.Get
Returns:
100
Definition at line 23112 of file api.tcl.
Tx.Frame.ResultData::Interval.Duration.Get |
Gets the configured duration of this results snapshot [NS].
- Since
- 2.3.0
- Example
This example gets interval duration of this result snapshot [NS]
1 $frameResultData Interval.Duration.Get
Returns:
1000000000
Definition at line 23124 of file api.tcl.
Tx.Frame.ResultData::PacketCount.Get |
Gets the transmitted packets.
- Example
This example gets the transmitted packets
1 $frameResultData PacketCount.Get
Returns:
100
Definition at line 23134 of file api.tcl.
Tx.Frame.ResultData::Timestamp.First.Get |
Gets the timestamp [NS] of the first packet in this snapshot.
- Exceptions
-
CounterUnavailable | When no frames are received, this counter is unavailable |
- Example
This example gets the timestamp [NS] of the first transmitted packet in this snapshot
1 $frameResultData Timestamp.First.Get
Returns:
1413475037767331530
Definition at line 23151 of file api.tcl.
Tx.Frame.ResultData::Timestamp.Get |
Gets the snapshot timestamp [NS].
- Example
This example gets the snapshot timestamp [NS].
1 $frameResultData Timestamp.Get
Returns:
1413475070000000000
Definition at line 23161 of file api.tcl.
Tx.Frame.ResultData::Timestamp.Last.Get |
Gets the current timestamp [NS] of the last packet in this snapshot.
- Exceptions
-
CounterUnavailable | When no frames are received, this counter is unavailable |
- Example
This example gets the timestamp [NS] of the last transmitted packet in this snapshot
1 $frameResultData Timestamp.Last.Get
Returns:
1413475071947640170
Definition at line 23173 of file api.tcl.