BaseTransmittingAntennaExtensionTGainPattern Constructor (SignalProcessor, TGainPattern) |
Initialize a new instance based on the given gain pattern and a signal processor which produces the
set of signals to transmit.
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 BaseTransmittingAntennaExtension(
SignalProcessor inputSignalProcessor,
TGainPattern antennaGainPattern
)
Protected Sub New (
inputSignalProcessor As SignalProcessor,
antennaGainPattern As TGainPattern
)
protected:
BaseTransmittingAntennaExtension(
SignalProcessor^ inputSignalProcessor,
TGainPattern antennaGainPattern
)
new :
inputSignalProcessor : SignalProcessor *
antennaGainPattern : 'TGainPattern -> BaseTransmittingAntennaExtension
Parameters
- inputSignalProcessor
- Type: AGI.Foundation.Communications.SignalProcessingSignalProcessor
The signal processor which produces the set of signals to transmit. - 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