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. |
LatLonAlt | Current detic latitude, detic longitude, and altitude. |
LatLonAlt_Array | Current detic latitude, detic longitude, and altitude(in internal units) returned as an array representing lat, lon, alt. Useful for scripting clients. |
PosVel | Current position and velocity in the requested frame. |
PosVel_Array | Current 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. |
SetIspAndMassFlowRate | Sets the current isp and mass flow rate. Computes the thrust using the rocket equation. Returns false on an error. |
SetThrustAndIsp | Sets the current thrust (N) and isp (secs). Computes the mass flow rate using the rocket equation. Returns false on an error. |
SetThrustAndMassFlowRate | Sets the current thrust(N) and mass flow rate (kg/sec). Computes the isp using the rocket equation. Returns false on an error. |
StopPropagation | Stops propagation. For fatal errors. |
SunPosition | Position of the sun wrt the current satellite position, in the requested frame, computed in the requested manner. |
SunPosition_Array | Position 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. |
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. |