Maria GDK 4.5.0.137
Documentation of managed code in release branch
Loading...
Searching...
No Matches
TPG.GeoFramework.RadioPropagation.Data.IAntennaGainDistribution Interface Reference

Interface for producing the gain distribution across the full aperture of the antenna. This distribution will be equipment specific, and common to all antennas of the given type. More...

Inheritance diagram for TPG.GeoFramework.RadioPropagation.Data.IAntennaGainDistribution:
TPG.GeoFramework.RadioPropagation.Provider.FovCircularAperture TPG.GeoFramework.RadioPropagation.Provider.FovEllipticAperture TPG.GeoFramework.RadioPropagation.Provider.FovRectangularAperture TPG.GeoFramework.RadioPropagation.Provider.SampleAntennaPattern

Public Member Functions

double Gain (double frq, double phi, double theta)
 Function must produce the antenna gain, given frequency and a spherical direction relative to the antenna front direction.
 

Detailed Description

Interface for producing the gain distribution across the full aperture of the antenna. This distribution will be equipment specific, and common to all antennas of the given type.

Member Function Documentation

◆ Gain()

double TPG.GeoFramework.RadioPropagation.Data.IAntennaGainDistribution.Gain ( double  frq,
double  phi,
double  theta 
)

Function must produce the antenna gain, given frequency and a spherical direction relative to the antenna front direction.

Parameters
frqFrequency in MHz
phiVertical angle with respect to antenna front (range -90 to 90 degrees)
thetaHorizontal angle with respect to antenna front (range -180 to 180 degrees)
Returns

Implemented in TPG.GeoFramework.RadioPropagation.Provider.FovCircularAperture, TPG.GeoFramework.RadioPropagation.Provider.FovRectangularAperture, TPG.GeoFramework.RadioPropagation.Provider.FovEllipticAperture, and TPG.GeoFramework.RadioPropagation.Provider.SampleAntennaPattern.


The documentation for this interface was generated from the following file: