Click or drag to resize

IonosphericAttenuationModelItuRP531Version13MagneticFieldStrength Property

Gets or sets the magnetic field strength, in tesla. This scalar will be provided with a service provider providing ILinkService.

Note that this property is mutually exclusive with MagneticField, and this property cannot be used if a MagneticField 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 ScalarDependentOnServiceProvider MagneticFieldStrength { get; set; }

Property Value

Type: ScalarDependentOnServiceProvider
Exceptions
ExceptionCondition
InvalidOperationException Thrown when a MagneticField has been configured.
See Also