Write/Read | 
About Magnitude Offset | 
Description | 
 Offsets the data trace magnitude by the specified value. To offset the data trace magnitude to a slope value that changes with frequency, use MagnitudeSlopeOffset Property. To implement a Receiver Cal offset, use LogMagnitudeOffset property.  | 
VB Syntax | 
 meas.MagnitudeOffset = value  | 
Variable | 
(Type) - Description | 
| 
 meas  | 
 (object) - A Measurement object  | 
| 
 value  | 
 (double) - Offset value in dB.  | 
Return Type | 
 Double  | 
Default | 
 0  | 
Examples | 
 meas.MagnitudeOffset = 4 'Write  | 
| 
 offs = meas.MagnitudeOffset 'Read  | 
|
C++ Syntax | 
 HRESULT put_MagnitudeOffset(double newVal); HRESULT get_MagnitudeOffset(double *pVal);  | 
Interface | 
 IMeasurement4  |