Class-compliant IIviPwrMeter property specifying an offset to be added to the measured value in units of dB. This property can be used to compensate for system losses or gains between the unit under test and the power sensor
Namespace: Ivi.PwrMeter.Interop
Assembly: Ivi.PwrMeter.Interop (in Ivi.PwrMeter.Interop.DLL)
Visual Basic
|
Public Property Offset As Double
|
C#
|
public double Offset { get; set; }
|
Visual C++
|
HRESULT get_Offset(
double* val
);
HRESULT put_Offset(
double val
);
|
Property Value
Class-compliant IIviPwrMeter property specifying an offset to be added to the measured value in units of dB. This property can be used to compensate for system losses or gains between the unit under test and the power sensor
Requirements
Supported Models
All supported
See Also
Reference
IIviPwrMeterChannel Interface
Ivi.PwrMeter.Interop Namespace
Copyright 2013-16 Boonton. All rights reserved.
|