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. |
IndicateEvent | Marks an event to the propagator. |
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. |
SetColor | Sets the segment color. |
SetMaxStep | Sets the maximum step size for the propagator. |
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. |