Sender-side frame transmission result history. More...
Methods | |
Clear | |
Removes the locally stored history snapshots. More... | |
Cumulative.Get | |
Returns a list of available accumulated results. More... | |
Cumulative.GetByIndex | |
Returns a list of available cumulative counters. More... | |
Cumulative.GetByTime | |
Returns a single item of the cumulative list using a timestamp nanoseconds. More... | |
Cumulative.Latest.Get | |
Returns latest closed item of the cumulative list. More... | |
Cumulative.Length.Get | |
Returns the size of the cumulative list. More... | |
Description.Get | |
Returns a textual description of the object. | |
Interval.Get | |
Returns a list of available interval results. More... | |
Interval.GetByIndex | |
Returns a list of available interval counters. More... | |
Interval.GetByTime | |
Returns a single item of the interval list using a timestamp in nanoseconds. More... | |
Interval.Latest.Get | |
Returns the latest closed item of the interval list. More... | |
Interval.Length.Get | |
Returns the size of the interval list. More... | |
Parent.Get | |
Returns the parent object. | |
Refresh.Timestamp.Get | |
RefreshTimestampGet. More... | |
Refresh | |
Synchronizes the results available with the results available on the server. More... | |
Sampling.BufferLength.Get | |
Returns the number of the snapshots to keep in the history. More... | |
Sampling.BufferLength.Set | |
Sets the number of samples to keep in the buffer. More... | |
Sampling.Interval.Duration.Get | |
Returns the duration of the interval used for the history snapshots. More... | |
Sampling.Interval.Duration.Set | |
Sets the duration of one sampling interval. More... | |
Sender-side frame transmission result history.
The history contains the sender information in time since the object is created or refreshed.
A Frame history result object can be created via a Frame, using Frame::Result.History.Get
Get the counters per sampling interval for the frame result history.
Tx.Frame.ResultHistory::Clear |
Removes the locally stored history snapshots.
This can be used to save memory in long tests where the results are requested at regular intervals.
WARNING: Any interval or cumulative result object returned from this history object before calling Clear will be destoyed and thus become unusable.
Tx.Frame.ResultHistory::Cumulative.Get |
Returns a list of available accumulated results.
This example gets the available accumulated results
[ <Tx.Frame.ResultData object> ... ]
Tx.Frame.ResultHistory::Cumulative.GetByIndex |
Tx.Frame.ResultHistory::Cumulative.GetByTime |
Returns a single item of the cumulative list using a timestamp nanoseconds.
This example gets the available cumulative counters
<Tx.Frame.ResultData object>
Tx.Frame.ResultHistory::Cumulative.Latest.Get |
Tx.Frame.ResultHistory::Cumulative.Length.Get |
Tx.Frame.ResultHistory::Interval.Get |
Returns a list of available interval results.
This example gets the available interval results
[ <Rx.Trigger.Basic.ResultData object> ... ]
Tx.Frame.ResultHistory::Interval.GetByIndex |
Tx.Frame.ResultHistory::Interval.GetByTime |
Returns a single item of the interval list using a timestamp in nanoseconds.
This example gets the available interval counters
<Tx.Frame.ResultData object>
Tx.Frame.ResultHistory::Interval.Latest.Get |
Tx.Frame.ResultHistory::Interval.Length.Get |
Tx.Frame.ResultHistory::Refresh |
Tx.Frame.ResultHistory::Refresh.Timestamp.Get |
Tx.Frame.ResultHistory::Sampling.BufferLength.Get |
Tx.Frame.ResultHistory::Sampling.BufferLength.Set |
Sets the number of samples to keep in the buffer.
The ByteBlower server has a buffer to keep some samples before they are transferred to the client. This method sets the maximum number of samples the server can hold. The last sample will always be the running sample. When a sample is closed, the oldest sample in the buffer will be removed.
Tx.Frame.ResultHistory::Sampling.Interval.Duration.Get |
Tx.Frame.ResultHistory::Sampling.Interval.Duration.Set |