Class-compliant IIviPwrMeter property specifying if the power meter should set the best range for the measurement. If True, the instrument automatically sets the best range. If False, set the range using the Range.Upper and Range.Lower properties
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 if the power meter should set the best range for the measurement. If True, the instrument automatically sets the best range. If False, set the range using the Range.Upper and Range.Lower properties
Requirements
Supported Models
None supported
See Also
Reference
IIviPwrMeterRange Interface
Ivi.PwrMeter.Interop Namespace
Copyright 2013-16 Boonton. All rights reserved.
|