RFLinkComponent.ExtrapolatedGain Property

Top 

Description

The value filled in whenever gain must be extrapolated. Gain extrapolation will occur whenever a gain is needed for a region that lies outside the range of the component's antenna gain matrix. Be aware that no wrapping occurs between 0 and 360 degrees - if treating them as equal is desired, the provided antenna pattern must reflect that. Warning - altering this value can lead to incorrect conclusions about whether a link can be established. Since this value replaces all values outside of the range of the pattern, if this value is chosen to be in the range considered acceptable to establish a link, then false positives might be found.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

Click here to see the documentation for this object in millisecond timing precision mode.

 

Attributes

Type:

number

Access:

read/write

Units:

dB

Default Value:

-1e10

 

Syntax

myVariable1 = myRFLinkComponent1.ExtrapolatedGain;

 

myRFLinkComponent1.ExtrapolatedGain = myVariable1;

 

See also

RFLinkComponent Object