Click or drag to resize

ISignalTransmissionService Interface

Defines the behavior of an antenna which can transmit a signal based on link geometry. This service is used by the WirelessLinkExtension to obtain the transmitted signals from an antenna by applying any gains or other effects that modify the signal during transmission.

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 ISignalTransmissionService

The ISignalTransmissionService type exposes the following members.

Methods
  NameDescription
Public methodGetSignalTransmissionAxes
Gets the Axes associated with signal transmission.
Public methodGetSignalTransmissionEvaluator
Get an evaluator which can produce the signal after transmission.
Top
See Also