Read-only |
About Trace Statistics |
Description |
Returns all four Trace Statistics. To retreive individual Trace statistics, use Mean, PeakToPeak, StandardDeviation properties. Use ShowStatistics to display the statistics of the screen. |
VB Syntax |
meas.GetTraceStatistics pp,mean,stdev |
Variable |
(Type) - Description |
meas |
A Measurement (object) |
pp,mean,stdev |
(double) - Dimensioned variables to store the returned values |
Return Type |
Double |
Default |
Not Applicable |
Examples |
'Dimension variables |
C++ Syntax |
HRESULT GetTraceStatistics(double* pp, double* mean, double* stdDeviation) |
Interface |
IMeasurement |