BaseDualPolarizedTransmittingAntennaExtensionTGainPattern Constructor (TGainPattern) |
Initializes a new instance with a given antenna gain pattern.
Namespace:
AGI.Foundation.Communications.Antennas
Assembly:
AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax protected BaseDualPolarizedTransmittingAntennaExtension(
TGainPattern antennaGainPattern
)
Protected Sub New (
antennaGainPattern As TGainPattern
)
protected:
BaseDualPolarizedTransmittingAntennaExtension(
TGainPattern antennaGainPattern
)
new :
antennaGainPattern : 'TGainPattern -> BaseDualPolarizedTransmittingAntennaExtension
Parameters
- antennaGainPattern
- Type: TGainPattern
The gain pattern to apply to incoming signals based on the angle off of the
boresight (z-axis) of the parent object's Axes.
See Also