PropagatorRealtimeUTMPoints#
- class ansys.stk.core.stkobjects.PropagatorRealtimeUTMPoints#
Add one ephemeris point.
Overview#
Add an ephemeris point using position only. Valid values for <ZoneStr> are A, B, Y, Z or ddc, where 00<dd<61 and c is C-X. Easting, Northing and Alt are entered in Distance. |
|
Add an ephemeris point. Valid values for <ZoneStr> are A, B, Y, Z or ddc, where 00<dd<61 and c is C-X. Easting, Northing and Alt are entered in Distance. LonRate and LatRate are entered in degrees/second. AltRate is entered in Distance/second. |
Import detail#
from ansys.stk.core.stkobjects import PropagatorRealtimeUTMPoints
Method detail#
- PropagatorRealtimeUTMPoints.add_position(self, time: Any, zone_str: str, easting: float, northing: float, alt: float) None #
Add an ephemeris point using position only. Valid values for <ZoneStr> are A, B, Y, Z or ddc, where 00<dd<61 and c is C-X. Easting, Northing and Alt are entered in Distance.
- PropagatorRealtimeUTMPoints.add(self, time: Any, zone_str: str, easting: float, northing: float, alt: float, lon_rate: float, lat_rate: float, alt_rate: float) None #
Add an ephemeris point. Valid values for <ZoneStr> are A, B, Y, Z or ddc, where 00<dd<61 and c is C-X. Easting, Northing and Alt are entered in Distance. LonRate and LatRate are entered in degrees/second. AltRate is entered in Distance/second.