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. |
GetInputValue | Gets the value of an input to the plugin in internal units. |
IncidentDirection | Incident light direction (unitless) on the body, in the requested frame. |
IncidentDirectionInBody | Incident light direction (unitless) on the body, in the body frame. |
IncidentDirectionInBody_Array | Incident light direction (unitless) on the body, in the body frame, returned as an array representing x, y, z. Useful for scripting clients. |
IncidentDirection_Array | Incident light direction (unitless) on the body, in the requested frame, returned as an array representing x, y, z. Useful for scripting clients. |
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. |
SetParameterOutputValue | Sets the value of a parameter output of the plugin in internal units. |
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. |
TransformVectorFromBody | Transforms a vector from the body frame to the output frame. |
TransformVectorFromBody_Array | Transforms a vector from the body frame to the output frame returned as an array representing x, y, z. Useful for scripting clients. |
TransformVectorToBody | Transforms a vector from the input frame to the body frame. |
TransformVectorToBody_Array | Transforms a vector from the input frame to the body frame returned as an array representing x, y, z. Useful for scripting clients. |
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. |