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. |
EulerRotate | Sets the current orientation using a sequence of euler rotations. |
GetEulerRotation | Gets the current orientation as euler angles. |
GetEulerRotation_Array | Gets the current orientation as euler rotations returned as an array. Useful for scripting clients. |
GetQuaternion | Gets the current orientation as a quaternion. |
GetQuaternion_Array | Gets the current orientation as a quaternion returned as an array representing Q1, Q2, Q3, and Q4. 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. |
SetQuaternion | Sets the current orientation using a quaternion. |
SetRefAxes | Sets the reference axes. |
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. |