MagneticFieldVectorInitialMagneticFieldCoefficients Property |
Gets or sets the collection that represents the static spherical-harmonic magnetic field
coefficients that are valid at the beginning of specific time intervals. These are in tesla.
Namespace:
AGI.Foundation.Celestial
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public TimeIntervalCollection<SphericalHarmonicCoefficients> InitialMagneticFieldCoefficients { get; set; }
Public Property InitialMagneticFieldCoefficients As TimeIntervalCollection(Of SphericalHarmonicCoefficients)
Get
Set
public:
property TimeIntervalCollection<SphericalHarmonicCoefficients^>^ InitialMagneticFieldCoefficients {
TimeIntervalCollection<SphericalHarmonicCoefficients^>^ get ();
void set (TimeIntervalCollection<SphericalHarmonicCoefficients^>^ value);
}
member InitialMagneticFieldCoefficients : TimeIntervalCollection<SphericalHarmonicCoefficients> with get, set
Property Value
Type:
TimeIntervalCollectionSphericalHarmonicCoefficientsSee Also