IonosphericAttenuationModelItuRP531Version13TotalElectronContent Property |
Gets or sets the total electron content, in electrons per square meter.
This scalar will be provided with a service provider providing ILinkService.
Namespace:
AGI.Foundation.Communications.SignalPropagation
Assembly:
AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic ScalarDependentOnServiceProvider TotalElectronContent { get; set; }
Public Property TotalElectronContent As ScalarDependentOnServiceProvider
Get
Set
public:
property ScalarDependentOnServiceProvider^ TotalElectronContent {
ScalarDependentOnServiceProvider^ get ();
void set (ScalarDependentOnServiceProvider^ value);
}
member TotalElectronContent : ScalarDependentOnServiceProvider with get, set
Property Value
Type:
ScalarDependentOnServiceProvider
See Also