byteblowerll.byteblower.OutOfSequenceResultHistory¶
-
class
byteblowerll.byteblower.
OutOfSequenceResultHistory
(*args, **kwargs)¶ Receive-side out-of-sequence result history.
..note:: The information is not updated until
Refresh()
is called..note:: See History result for more information
A OutOfSequence history result object can be created via a
OutOfSequence
, usingOutOfSequence.ResultHistoryGet()
New in version 2.1.0.
Example
Receive all frames and check sequence on “trunk-1-2” of some server, matching UDP source or destination port 67.
outOfSequence_trigger = port.RxOutOfSequenceBasicAdd() outOfSequence_trigger.FilterSet('udp port 4096') #... outOfSequenceHistoryResult= outOfSequence_trigger.ResultHistoryGet()
-
__init__
(*args, **kwargs)¶ Initialize self. See help(type(self)) for accurate signature.
Methods
Clear
()Clear the history. CumulativeGet
()Returns a list of available cumulative counters. CumulativeGetByIndex
(index)Returns a single item of the cumulative list. CumulativeGetByTime
(timestamp)Returns a single item of the cumulative list using a timestamp. CumulativeLatestGet
()Returns latest closed item of the cumulative list. CumulativeLengthGet
()Returns the size of the cumulative list. DescriptionGet
(*args)Gets a textual description for the current object IntervalGet
()Returns a list of available interval results. IntervalGetByIndex
(index)Returns a single item of the interval list. IntervalGetByTime
(timestamp)Returns a single item of the interval list using a timestamp. IntervalLatestGet
()Returns the latest closed item of the interval list. IntervalLengthGet
()Returns the size of the interval list. ParentGet
()Returns the parent object. Refresh
()Retrieves the latest data from the server for this object. RefreshTimestampGet
()Returns the timestamp on the server when the current history was refreshed. SamplingBufferLengthGet
()Number of samples to keep in the buffer. SamplingBufferLengthSet
(inLength)Sets the number of samples to keep in the buffer. SamplingIntervalDurationGet
()Duration of one sampling interval in nanoseconds. SamplingIntervalDurationSet
(inDuration)Sets the duration of one sampling interval. __init__
(*args, **kwargs)Initialize self. Attributes
thisown
The membership flag -