Click or drag to resize

IonosphericAttenuationModelItuRP531Version13MagneticField Property

Gets or sets a vector used to compute the magnetic flux density at a point.

Note that this property is mutually exclusive with MagneticFieldStrength, and this property cannot be used if a MagneticFieldStrength is configured.

Namespace:  AGI.Foundation.Communications.SignalPropagation
Assembly:  AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public MagneticFieldVector MagneticField { get; set; }

Property Value

Type: MagneticFieldVector
Exceptions
ExceptionCondition
InvalidOperationException Thrown when a MagneticFieldStrength has been configured.
See Also