byteblowerll.byteblower.LatencyBasicResultHistory¶
-
class
byteblowerll.byteblower.
LatencyBasicResultHistory
(*args, **kwargs)¶ Receive-side latency result history.
The history contains the latency information in time since the object is created or refreshed.
Note
The information is not updated until
Refresh()
is calledNote
See History result for more information
A basic latency result snapshot object can be created via a
LatencyBasic
, usingLatencyBasic.ResultHistoryGet()
New in version 2.1.0.
Example
Receive all frames on “trunk-1-2” of some server
latencyTrigger = port.RxLatencyBasicAdd() latency_historyResult.latencyTrigger.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 -