Class-compliant IIviPwrMeter property specifying the upper limit (maximum) of the expected value of the measurement. The value of this property is specified in the same units as the value of the Channels.Units property
Namespace: Ivi.PwrMeter.Interop
Assembly: Ivi.PwrMeter.Interop (in Ivi.PwrMeter.Interop.DLL)
Visual Basic
|
Public Property Upper As Double
|
C#
|
public double Upper { get; set; }
|
Visual C++
|
HRESULT get_Upper(
double* val
);
HRESULT put_Upper(
double val
);
|
Property Value
Class-compliant IIviPwrMeter property specifying the upper limit (maximum) of the expected value of the measurement. The value of this property is specified in the same units as the value of the Channels.Units property
Requirements
Supported Models
None supported
See Also
Reference
IIviPwrMeterRange Interface
Ivi.PwrMeter.Interop Namespace
Copyright 2013-16 Boonton. All rights reserved.
|