Receive-side trigger result set. More...
Methods | |
ByteCount.Get | |
Gets the current received bytes counter. More... | |
Description.Get | |
Returns a textual description of the object. | |
Framesize.Max.Get | |
Gets the size (in bytes) of the largest frame received in this snapshot. More... | |
Framesize.Maximum.Get | |
Gets the size (in bytes) of the largest frame received in this snapshot. More... | |
Framesize.Min.Get | |
Gets the size (in bytes) of the smallest frame received in this snapshot. More... | |
Framesize.Minimum.Get | |
Gets the size (in bytes) of the smallest frame received in this snapshot. More... | |
Interval.Duration.Get | |
Gets the configured duration of this results snapshot [NS]. More... | |
PacketCount.Get | |
Gets the received packet count. 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... | |
Receive-side trigger result set.
The result set contains the trigger information of since the object is created or refreshed.
A basic trigger result data snapshot object can be created via a Rx.Trigger.Basic.ResultHistory, using Rx.Trigger.Basic::Result.History.Get
Receive all frames on "trunk-1-2" of some server, matching UDP source or destination port 67.
Rx.Trigger.Basic.ResultData::ByteCount.Get |
Rx.Trigger.Basic.ResultData::Framesize.Max.Get |
Gets the size (in bytes) of the largest frame received in this snapshot.
This example gets the largest frame size received in this snapshot.
Returns:
1024
Rx.Trigger.Basic.ResultData::Framesize.Maximum.Get |
Gets the size (in bytes) of the largest frame received in this snapshot.
This example gets the largest frame size received in this snapshot.
Returns:
1024
Rx.Trigger.Basic.ResultData::Framesize.Min.Get |
Gets the size (in bytes) of the smallest frame received in this snapshot.
This example gets the smallest frame size received in this snapshot.
Returns:
60
Rx.Trigger.Basic.ResultData::Framesize.Minimum.Get |
Gets the size (in bytes) of the smallest frame received in this snapshot.
This example gets the smallest frame size received in this snapshot.
Returns:
60
Rx.Trigger.Basic.ResultData::Interval.Duration.Get |
Rx.Trigger.Basic.ResultData::PacketCount.Get |
Rx.Trigger.Basic.ResultData::Timestamp.First.Get |
Gets the timestamp [NS] of the first packet in this snapshot.
CounterUnavailable | When no frames are received, this counter is unavailable |
This example gets the timestamp [NS] of the first received packet in this snapshot
Returns:
1413475037767331530
Rx.Trigger.Basic.ResultData::Timestamp.Get |
Rx.Trigger.Basic.ResultData::Timestamp.Last.Get |