Class-compliant IIviPwrMeter property specifying the lower limit (minimum) 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 Lower As Double
|
C#
|
public double Lower { get; set; }
|
Visual C++
|
HRESULT get_Lower(
double* val
);
HRESULT put_Lower(
double val
);
|
Property Value
Class-compliant IIviPwrMeter property specifying the lower limit (minimum) 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.
|