SpaceEnvironmentMagnitudeFieldGraphics2D#
- class ansys.stk.core.stkobjects.SpaceEnvironmentMagnitudeFieldGraphics2D#
Geomagnetic field graphics settings.
Overview#
Compute geomagnetic field in Earth Fixed components, returned as the array (Bx, By, Bz), at the specified Earth location. Uses Date, Angle, Longitude, Distance, and MagneticField Dimensions. |
|
Compute dipole L-shell parameter at the specified Earth location. Uses Date, Angle, Longitude, and Distance Dimensions. |
|
Compute McIlwain L-shell parameter at the specified Earth location. Uses Date, Angle, Longitude, and Distance Dimensions. |
|
Compute B/Beq (i.e., the ratio of the magnetic field at the specified Earth location to the minimum field intensity along the field line thru the location). Uses Date, Angle, Longitude, and Distance Dimensions. |
Flag to show magnetic field. |
|
Mode by which color is assigned. |
|
Scaling of magnetic field to use when assigning color/translucency. |
|
Time between refresh of magnetic field lines. Uses Time Dimension. |
|
Do not use this property, as it is deprecated. Magnetic field start color. |
|
Do not use this property, as it is deprecated. Magnetic field stop color. |
|
Magnetic field line style. |
|
Magnetic field line width. |
|
Set initial longitude sample. Longitude is measured about the Z-axis of the Solar Magnetic axes from the -X-axis. Uses Longtitude Dimension. |
|
Get or set the starting magnetic latitude field line to show. Uses Latitude Dimension. |
|
Get or set the ending magnetic latitude field line to show. Uses Latitude Dimension. |
|
Get or set the number of field lines to show per longitude. |
|
Get or set the number of longitudes to show. |
|
Get or set the main magnetic field. |
|
External magnetic field. |
|
Duration between updates of IGRF magnetic field model coefficients. Uses Time Dimension. |
|
Maximum translucency expressed as a percentage. |
|
Magnetic field start color. |
|
Magnetic field stop color. |
Import detail#
from ansys.stk.core.stkobjects import SpaceEnvironmentMagnitudeFieldGraphics2D
Property detail#
- property SpaceEnvironmentMagnitudeFieldGraphics2D.show_magnetic_field: bool#
Flag to show magnetic field.
- property SpaceEnvironmentMagnitudeFieldGraphics2D.color_mode: SpaceEnvironmentMagneticFieldColorMode#
Mode by which color is assigned.
- property SpaceEnvironmentMagnitudeFieldGraphics2D.color_scale: SpaceEnvironmentMagneticFieldColorScaleType#
Scaling of magnetic field to use when assigning color/translucency.
- property SpaceEnvironmentMagnitudeFieldGraphics2D.field_line_refresh: float#
Time between refresh of magnetic field lines. Uses Time Dimension.
- property SpaceEnvironmentMagnitudeFieldGraphics2D.color_ramp_start: Color#
Do not use this property, as it is deprecated. Magnetic field start color.
- property SpaceEnvironmentMagnitudeFieldGraphics2D.color_ramp_stop: Color#
Do not use this property, as it is deprecated. Magnetic field stop color.
- property SpaceEnvironmentMagnitudeFieldGraphics2D.reference_longitude: float#
Set initial longitude sample. Longitude is measured about the Z-axis of the Solar Magnetic axes from the -X-axis. Uses Longtitude Dimension.
- property SpaceEnvironmentMagnitudeFieldGraphics2D.start_latitude: float#
Get or set the starting magnetic latitude field line to show. Uses Latitude Dimension.
- property SpaceEnvironmentMagnitudeFieldGraphics2D.stop_latitude: float#
Get or set the ending magnetic latitude field line to show. Uses Latitude Dimension.
- property SpaceEnvironmentMagnitudeFieldGraphics2D.number_of_field_lines: int#
Get or set the number of field lines to show per longitude.
- property SpaceEnvironmentMagnitudeFieldGraphics2D.number_of_longitudes: int#
Get or set the number of longitudes to show.
- property SpaceEnvironmentMagnitudeFieldGraphics2D.main_field: SpaceEnvironmentMagneticMainField#
Get or set the main magnetic field.
- property SpaceEnvironmentMagnitudeFieldGraphics2D.external_field: SpaceEnvironmentMagneticExternalField#
External magnetic field.
- property SpaceEnvironmentMagnitudeFieldGraphics2D.igrf_update_rate: float#
Duration between updates of IGRF magnetic field model coefficients. Uses Time Dimension.
- property SpaceEnvironmentMagnitudeFieldGraphics2D.maximum_translucency: float#
Maximum translucency expressed as a percentage.
Method detail#
- SpaceEnvironmentMagnitudeFieldGraphics2D.compute_b_field_as_array(self, time: Any, lat: float, lon: float, alt: float) list #
Compute geomagnetic field in Earth Fixed components, returned as the array (Bx, By, Bz), at the specified Earth location. Uses Date, Angle, Longitude, Distance, and MagneticField Dimensions.
- SpaceEnvironmentMagnitudeFieldGraphics2D.compute_dipole__shell(self, time: Any, lat: float, lon: float, alt: float) float #
Compute dipole L-shell parameter at the specified Earth location. Uses Date, Angle, Longitude, and Distance Dimensions.
- SpaceEnvironmentMagnitudeFieldGraphics2D.compute_mcilwain_l_shell(self, time: Any, lat: float, lon: float, alt: float) float #
Compute McIlwain L-shell parameter at the specified Earth location. Uses Date, Angle, Longitude, and Distance Dimensions.
- SpaceEnvironmentMagnitudeFieldGraphics2D.compute_b_over_beq(self, time: Any, lat: float, lon: float, alt: float) float #
Compute B/Beq (i.e., the ratio of the magnetic field at the specified Earth location to the minimum field intensity along the field line thru the location). Uses Date, Angle, Longitude, and Distance Dimensions.