Click or drag to resize

CommunicationSystemCreatePropagationGraph Method

Creates a SignalPropagationGraph based on the links in the system.

Namespace:  AGI.Foundation.Communications
Assembly:  AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public SignalPropagationGraph CreatePropagationGraph()

Return Value

Type: SignalPropagationGraph
A SignalPropagationGraph for this system.
Exceptions
ExceptionCondition
PropertyInvalidException

Thrown when any of the following are :

  • Transmitter or Receiver in each link.
  • LocationPoint on any transmitter or receiver.
  • OrientationAxes on any non-isotropic transmitter or receiver.
InvalidOperationException Thrown when any item in Links, ReceiveFromAll or TransmitToAll properties is null.
ServiceNotAvailableException Throw when any required services are missing from an object.
See Also