| 
  
 
Class-compliant IIviPwrMeter property specifying whether auto-averaging is enabled or disabled for a particular input channel 
Namespace: Ivi.PwrMeter.Interop 
Assembly: Ivi.PwrMeter.Interop (in Ivi.PwrMeter.Interop.DLL)   
Visual Basic 
 | 
 
Public Property AutoEnabled As Boolean 
 | 
 
 
 
C# 
 | 
 
public bool  AutoEnabled { get; set; } 
 | 
 
 
 
Visual C++ 
 | 
 
HRESULT get_AutoEnabled( 
 VARIANT_BOOL*  val 
); 
HRESULT put_AutoEnabled( 
 VARIANT_BOOL  val 
); 
 | 
 
 
 
Property Value
Class-compliant IIviPwrMeter property specifying whether auto-averaging is enabled or disabled for a particular input channel 
 Requirements
Supported Models
None supported 
 See Also
Reference
IIviPwrMeterAveraging Interface 
Ivi.PwrMeter.Interop Namespace 
  
Copyright 2013-16 Boonton. All rights reserved. 
 |