Acceleration | The object acceleration in the requested frame. Only eUtFrameInertial and eUtFrameFixed are supported. |
Acceleration_Array | The object acceleration in the requested frame, returned as an array representing ax, ay, az. Only eUtFrameInertial and eUtFrameFixed are supported. Useful for scripting clients. |
Altitude | The altitude of the object wrt the requested reference. |
AngularVelocity | The angular velocity of the body frame of the object wrt the requested frame. Only eUtFrameInertial and eUtFrameFixed are supported. |
AngularVelocity_Array | The angular velocity of the body frame of the object wrt the requested frame, returned as an array representing wx, wy, wz. Only eUtFrameInertial and eUtFrameFixed are supported. |
ApparentSunPosition | The apparent sun position with respect to the object in the requested frame. Only eUtFrameInertial and eUtFrameFixed are supported. |
ApparentSunPosition_Array | The apparent sun position with respect to the object in the requested frame, returned as an array representing x, y, z. Only eUtFrameInertial and eUtFrameFixed are supported. Useful for scripting clients. |
Attitude | The attitude of the body frame of the object wrt the requested frame. Only eUtFrameInertial and eUtFrameFixed are supported. |
Attitude_Array | The attitude of the body frame of the object wrt the requested frame, returned as an array representing Q1, Q2, Q3 Q4. Only eUtFrameInertial and eUtFrameFixed are supported. |
DateElements | The current time of the object 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 | The current time of the object 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 | The current time in requested time scale of the object expressed in day count format. |
DayCount_Array | The current time in requested time scale of the object expressed in day count format returned as an array representing wholeDays, secsIntoDay. Useful for scripting clients. |
LatLonAlt | The detic latitude, detic longitude, and altitude of the object. Altitude is measured wrt the central body ellispoid of the object. (eg. Earth uses WGS84) |
LatLonAlt_Array | The detic latitude, detic longitude, and altitude of the object, returned as an array representing latitude, longitude, altitude. Altitude is measured wrt the central body ellispoid of the object. (eg. Earth uses WGS84) |
Position | The object position in the requested frame. Only eUtFrameInertial and eUtFrameFixed are supported. |
Position_Array | The object position in the requested frame, returned as an array representing x, y, z. Only eUtFrameInertial and eUtFrameFixed are supported. Useful for scripting clients. |
Range | Apparent range between the objects. |
RelativeAcceleration | The apparent relative acceleration of the other object with respect to this object, in the requested frame. Only eUtFrameInertial and eUtFrameFixed are supported. |
RelativeAcceleration_Array | The apparent relative acceleration of the other object with respect to this object, in the requested frame, returned as an array representing ax, ay, az. Only eUtFrameInertial and eUtFrameFixed are supported. |
RelativePosition | The apparent relative position of the other object with respect to this object, in the requested frame. Only eUtFrameInertial and eUtFrameFixed are supported. |
RelativePosition_Array | The apparent relative position of the other object with respect to this object, in the requested frame, returned as an array representing x, y, z. Only eUtFrameInertial and eUtFrameFixed are supported. |
RelativeVelocity | The apparent relative velocity of the other object with respect to this object, in the requested frame. Only eUtFrameInertial and eUtFrameFixed are supported. |
RelativeVelocity_Array | The apparent relative velocity of the other object with respect to this object, in the requested frame, returned as an array representing vx, vy, vz. Only eUtFrameInertial and eUtFrameFixed are supported. |
Velocity | The object velocity in the requested frame. Only eUtFrameInertial and eUtFrameFixed are supported. |
Velocity_Array | The object velocity in the requested frame, returned as an array representing vx, vy, vz. Only eUtFrameInertial and eUtFrameFixed are supported. Useful for scripting clients. |