VehicleGraphics2DPassResolution#

class ansys.stk.core.stkobjects.VehicleGraphics2DPassResolution#

Ground track and orbit resolution for satellites defined in terms of ephemeris steps.

Overview#

ground_track

Ground track resolution defined in terms of the ephemeris step. Uses Time Dimension.

orbit

Orbit resolution defined in terms of the ephemeris step. Uses Time Dimension.

minimum_ground_track

Minimum ground track resolution defined in terms of the ephemeris step. Uses Time Dimension.

minimum_orbit

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.

property VehicleGraphics2DPassResolution.minimum_ground_track: float#

Minimum ground track resolution defined in terms of the ephemeris step. Uses Time Dimension.

property VehicleGraphics2DPassResolution.minimum_orbit: float#

Minimum orbit resolution defined in terms of the ephemeris step. Uses Time Dimension.