Click or drag to resize

ISignalToTransmitService Interface

A service which identifies the SignalProcessor which produces the set of signals to be transmitted, prior to applying any effects from the antenna including gains in the direction of transmission. This service is used by the ScalarAntennaGainInLinkDirection to measure the transmitter antenna gain. It can also be used to discover the chain of SignalProcessors which are used to generate a signal to transmit.

Namespace:  AGI.Foundation.Communications.Antennas
Assembly:  AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public interface ISignalToTransmitService

The ISignalToTransmitService type exposes the following members.

Properties
  NameDescription
Public propertyInputSignalProcessor
Gets the SignalProcessor which produces the set of signals to transmit, just prior to passing through the antenna.
Top
See Also