Write-only | 
About Trace Statistics | 
Description | 
 Displays and hides the measurement (Trace) statistics (peak-to-peak, mean, standard deviation) on the screen. To display measurement statistics for a narrower band of the X-axis, use StatisticsRange. The analyzer will display either measurement statistics or Filter Bandwidth statistics; not both.  | 
VB Syntax | 
 meas.ShowStatistics = value  | 
Variable | 
(Type) - Description | 
| 
 meas  | 
 A Measurement (object)  | 
| 
 value  | 
 (boolean) - Boolean value: True - Show statistics False - Hide statistics  | 
Return Type | 
 Boolean  | 
Default | 
 False  | 
Examples | 
 meas.ShowStatistics = True  | 
C++ Syntax | 
 HRESULT put_ShowStatistics(VARIANT_BOOL bState)  | 
Interface | 
 IMeasurement  | 
Last modified:
| 
 12-Dec-2013  | 
 Removed Read  |