AccelName | A translation of the enumerated type into a string. |
AddAcceleration | Add the acceleration in meters/second^2 in the given frame to the force model. |
AtmFlux | Flux values used by density models, evaluated at the requested time. No time lags are incorporated. |
AtmFluxLags | The lag times (in secs), relative to the current epoch, at which the density flux values are evaluated. |
AtmFluxLags_Array | The lag times (in secs), relative to the current epoch, at which the density flux values are evaluated, returned as an array of F10.7 lag, geo flux lag. |
AtmFlux_Array | Flux values used by density models, evaluated at the requested time, returned as an array representing F10.7, AvgF10.7, Ap, DailyAp, Kp, DailyKp. No time lags are incorporated. |
CurrentAtmFlux | Flux values used by the density model, evaluated at the current time. |
CurrentAtmFlux_Array | Flux values used by the density model, evaluated at the current time, returned as an array representing F10.7, AvgF10.7, Ap, DailyAp, Kp, DailyKp. |
DateElements | Current 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]. |
DateElements_Array | Current 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. |
DateString | Current epoch expressed using the date format abbreviation specified. |
DayCount | Current epoch in requested time scale expressed in day count format. |
DayCount_Array | Current epoch in requested time scale expressed in day count format returned as an array representing wholeDays, secsIntoDay. Useful for scripting clients. |
ForceModelName | A translation of the enumerated type into a string. |
GetAcceleration | The acceleration in meters/second^2 contribution of the indicated Type, returned as cartesian components in the specified frame. |
GetAcceleration_Array | The acceleration in meters/second^2 contribution of the indicated Type, returned as cartesian components in the specified frame as the array X, Y, Z. |
IsForceModelOn | Indicates whether a particular force model contributor is being considered. |
LatLonAlt | Current detic latitude (radians), detic longitude (radians), and altitude (meters). |
LatLonAlt_Array | Current detic latitude (radians), detic longitude (radians), and altitude (meters) returned as an array representing lat, lon, alt. Useful for scripting clients. |
PosVel | Current position (meters) and velocity (meters/second) in the requested frame. |
PosVel_Array | Current position (meters) and velocity (meters/second) in the requested frame returned as an array representing x, y, z, vx, vy, vz. Useful for scripting clients. |
RefEpochElements | Reference epoch expressed in requested time scale in day count and date formats. WholeDays, SecsIntoDay, Year [yyyy], DayOfYear [1-366], Month [1-12], DayOfMonth [1-31], Hour [0-23], Minute [0-59], Seconds [0-60]. |
RefEpochElements_Array | Reference epoch expressed in requested time scale in day count and date formats as the array: WholeDays, SecsIntoDay, Year [yyyy], DayOfYear [1-366], Month [1-12], DayOfMonth [1-31], Hour [0-23], Minute [0-59], Seconds [0-60]. Useful for scripting clients. |
RefEpochString | Reference epoch expressed using the date format abbreviation specified. |
StopPropagation | Stops propagation. For fatal errors. |
SunPosition | Position of the sun in meters wrt the current satellite position, in the requested frame, computed in the requested manner. |
SunPosition_Array | Position of the sun in meters wrt the current satellite position, in the requested frame, computed in the requested manner, returned as an array representing x, y, z. Useful for scripting clients. |
Trace | Set this interface to trace the next numCalls by outputting a message to the message viewer. |
TransformVector | Transforms a vector from the input frame to the output frame. |
TransformVector_Array | Transforms 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. |