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.2.423.0 (25.2.423.0)
Syntaxpublic ScalarDependentOnServiceProvider MagneticFieldStrength { get; set; }Public Property MagneticFieldStrength As ScalarDependentOnServiceProvider
Get
Set
public:
property ScalarDependentOnServiceProvider^ MagneticFieldStrength {
ScalarDependentOnServiceProvider^ get ();
void set (ScalarDependentOnServiceProvider^ value);
}member MagneticFieldStrength : ScalarDependentOnServiceProvider with get, set
Property Value
Type:
ScalarDependentOnServiceProvider
Exceptions| Exception | Condition |
|---|
| InvalidOperationException |
Thrown when a MagneticField has been configured.
|
See Also