SpaceEnvironmentMagneticField#
- class ansys.stk.core.stkobjects.SpaceEnvironmentMagneticField#
Magnetic field settings.
Overview#
Compute geomagnetic field in Earth Fixed components, returned as the array (Bx, By, Bz), at the vehicleβs location location. Uses DateFormat and MagneticField Dimensions. |
|
Compute dipole L-shell parameter at the vehicleβs location. Uses DateFormat Dimension. |
|
Compute McIlwain L-shell parameter at the vehicleβs location. Uses DateFormat Dimension. |
|
Compute B/Beq (i.e., the ratio of the magnetic field at the vehicleβs location to the minimum field intensity along the field line thru the location). Uses DateFormat Dimension. |
Get or set the main magnetic field. |
|
External magnetic field. |
|
Duration between updates of IGRF magnetic field model coefficients. Uses Time Dimension. |
Import detail#
from ansys.stk.core.stkobjects import SpaceEnvironmentMagneticField
Property detail#
- property SpaceEnvironmentMagneticField.main_field: SpaceEnvironmentMagneticMainField#
Get or set the main magnetic field.
- property SpaceEnvironmentMagneticField.external_field: SpaceEnvironmentMagneticExternalField#
External magnetic field.
Method detail#
- SpaceEnvironmentMagneticField.compute_b_field_as_array(self, time: Any) list #
Compute geomagnetic field in Earth Fixed components, returned as the array (Bx, By, Bz), at the vehicleβs location location. Uses DateFormat and MagneticField Dimensions.
- SpaceEnvironmentMagneticField.compute_dipole_l_shell(self, time: Any) float #
Compute dipole L-shell parameter at the vehicleβs location. Uses DateFormat Dimension.