BaseReceivingAntennaExtensionTGainPattern, TAntennaSignalProcessor Constructor (TGainPattern) |
Initializes a new instance.
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 BaseReceivingAntennaExtension(
TGainPattern gainPattern
)
Protected Sub New (
gainPattern As TGainPattern
)
protected:
BaseReceivingAntennaExtension(
TGainPattern gainPattern
)
new :
gainPattern : 'TGainPattern -> BaseReceivingAntennaExtension
Parameters
- gainPattern
- Type: TGainPattern
The gain pattern for this antenna.
See Also