All Classes Namespaces Files Functions Pages
Tx.Frame.ResultData Class Reference

Methods

 ByteCount.Get
 Gets the current transmitted bytes. More...
 
 Description.Get
 Returns a textual description of the object.
 
 Framesize.Maximum.Get
 Gets the size (in bytes) of the largest frame transmitted in this snapshot. More...
 
 Framesize.Minimum.Get
 Gets the size (in bytes) of the smallest frame transmitted in this snapshot. More...
 
 Interval.Duration.Get
 Gets the configured duration of this results snapshot [NS]. More...
 
 PacketCount.Get
 Gets the transmitted packets. More...
 
 Parent.Get
 Returns the parent object.
 
 Timestamp.First.Get
 Gets the timestamp [NS] of the first packet in this snapshot. More...
 
 Timestamp.Get
 Gets the snapshot timestamp [NS]. More...
 
 Timestamp.Last.Get
 Gets the current timestamp [NS] of the last packet in this snapshot. More...
 

Class overview

Definition at line 23073 of file api.tcl.

Method documentation

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
CounterUnavailableWhen 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
CounterUnavailableWhen 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
CounterUnavailableWhen 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
CounterUnavailableWhen 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.