STK AgPropagatorWrappersSend comments on this topic.
IAgGatorPluginResultState Interface

Description

Several methods of Astrogator plugin components pass this component as the lone argument. This component contains functions that allow the plugin component to access inputs.

Public Methods

Public Method DateElementsCurrent epoch in requested time scale expressed in date format. Year [yyyy], DayOfYear [1-366], Month [1-12], DayOfMonth [1-31], Hour [0-23], Minute [0-59], Seconds [0-60].
Public Method DateElements_ArrayCurrent epoch in requested time scale expressed in date format returned as the array: Year [yyyy], DayOfYear [1-366], Month [1-12], DayOfMonth [1-31], Hour [0-23], Minute [0-59], Seconds [0-60]. Useful for scripting clients.
Public Method DateStringCurrent epoch expressed using the date format abbreviation specified.
Public Method DayCountCurrent epoch in requested time scale expressed in day count format.
Public Method DayCount_ArrayCurrent epoch in requested time scale expressed in day count format returned as an array representing wholeDays, secsIntoDay. Useful for scripting clients.
Public Method IndicateEventMarks an event to the propagator.
Public Method LatLonAltCurrent detic latitude, detic longitude, and altitude.
Public Method LatLonAlt_ArrayCurrent detic latitude, detic longitude, and altitude(in internal units) returned as an array representing lat, lon, alt. Useful for scripting clients.
Public Method PosVelCurrent position and velocity in the requested frame.
Public Method PosVel_ArrayCurrent position and velocity in the requested frame (in internal units) returned as an array representing x, y, z, vx, vy, vz. Useful for scripting clients.
Public Method SetColorSets the segment color.
Public Method SetMaxStepSets the maximum step size for the propagator.
Public Method StopPropagationStops propagation. For fatal errors.
Public Method SunPositionPosition of the sun wrt the current satellite position, in the requested frame, computed in the requested manner.
Public Method SunPosition_ArrayPosition of the sun wrt the current satellite position, in the requested frame, computed in the requested manner, (in internal units) returned as an array representing x, y, z. Useful for scripting clients.
Public Method TraceSet this interface to trace the next numCalls by outputting a message to the message viewer.
Public Method TransformVectorTransforms a vector from the input frame to the output frame.
Public Method TransformVector_ArrayTransforms a vector from the input frame to the output frame (in internal units) returned as an array representing x, y, z. Useful for scripting clients.

Public Properties

Public Property AltitudeCurrent altitude.
Public Property CbNameName of the central body used as reference frame origin.
Public Property CdDrag Coefficient.
Public Property CrSRP Coefficient.
Public Property DragAreaDrag Area.
Public Property DryMassDry Mass.
Public Property FuelMassFuel Mass.
Public Property MassTotal Mass.
Public Property MuGravitational constant of the state central body
Public Property SRPAreaSRP Area.

CoClasses that Implement IAgGatorPluginResultState

© 2024 Analytical Graphics, Inc. All Rights Reserved.