| 
  
 
Class-compliant IIviPwrMeter property specifying the averaging count. When the Auto Averaging Enabled attribute is set to False, the driver filters the input signal by averaging it the number of times specified by this property 
Namespace: Ivi.PwrMeter.Interop 
Assembly: Ivi.PwrMeter.Interop (in Ivi.PwrMeter.Interop.DLL)   
Visual Basic 
 | 
 
Public Property Count As Integer 
 | 
 
 
 
C# 
 | 
 
public int  Count { get; set; } 
 | 
 
 
 
Visual C++ 
 | 
 
HRESULT get_Count( 
 long*  val 
); 
HRESULT put_Count( 
 long  val 
); 
 | 
 
 
 
Property Value
Class-compliant IIviPwrMeter property specifying the averaging count. When the Auto Averaging Enabled attribute is set to False, the driver filters the input signal by averaging it the number of times specified by this property 
 Requirements
Supported Models
None supported 
 See Also
Reference
IIviPwrMeterAveraging Interface 
Ivi.PwrMeter.Interop Namespace 
  
Copyright 2013-16 Boonton. All rights reserved. 
 |