CommunicationSystem Constructor |
Initializes a new instance.
Namespace:
AGI.Foundation.Communications
Assembly:
AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public CommunicationSystem()
public:
CommunicationSystem()
new : unit -> CommunicationSystem
Remarks
By default, this system defines two signal propagation models and a vector representing the 'up' direction.
The up reference vector is used in orienting the antennas of transmitters and receivers in the system via the
AxesTargetingLink.
The propagation models used by default are the same defaults defined by the
WirelessLinkExtension.
The default up vector is the Earth's inertial Z-Axis.
See Also