VehicleGraphics2DPassResolution#
- class ansys.stk.core.stkobjects.VehicleGraphics2DPassResolution#
Ground track and orbit resolution for satellites defined in terms of ephemeris steps.
Overview#
Ground track resolution defined in terms of the ephemeris step. Uses Time Dimension. |
|
Orbit resolution defined in terms of the ephemeris step. Uses Time Dimension. |
|
Minimum ground track resolution defined in terms of the ephemeris step. Uses Time Dimension. |
|
Minimum orbit resolution defined in terms of the ephemeris step. Uses Time Dimension. |
Examples#
Change the graphics resolution of the orbit for a smooth path
# Satellite satellite: Satellite object
resolution = satellite.graphics.resolution
resolution.orbit = 60
Import detail#
from ansys.stk.core.stkobjects import VehicleGraphics2DPassResolution
Property detail#
- property VehicleGraphics2DPassResolution.ground_track: float#
Ground track resolution defined in terms of the ephemeris step. Uses Time Dimension.
- property VehicleGraphics2DPassResolution.orbit: float#
Orbit resolution defined in terms of the ephemeris step. Uses Time Dimension.