AntennaDir | Current antenna boresight direction in the requested frame. Only eUtFrameInertial and eUtFrameFixed frames are supported. |
AntennaDir_Array | Current antenna boresight direction in the requested frame, returned as the array x, y, z. Only eUtFrameInertial and eUtFrameFixed frames are supported. Useful for scripting clients. |
Attitude | Current attitude of receiver platform given as matrix representing the specified frame to body rotation |
Attitude_Array | Current attitude of receiver platform given as matrix representing the specified frame to body rotation, returned as an array |
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 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. |
DOP | Computes the DOP for the currently selected satellites. |
GPS_ClearAll | Clear all GPS satellite selections. |
GPS_NumSelected | Number of currently selected GPS satellites |
GPS_Pos | Satellite position for specified GPS in the requested frame. Only eUtFrameInertial and eUtFrameFixed frames are supported. |
GPS_Pos_Array | Satellite position for specified GPS in the requested frame (in internal units), returned as an array representing x, y, z. Only eUtFrameInertial and eUtFrameFixed frames are supported. Useful for scripting clients. |
GPS_PRN | PRN for specified GPS index. |
GPS_Select | Select GPS satellite. Set Select to True to use the GPS satellite at given Index. |
GPS_SelectAll | Select all visible GPS satellites. |
IsGPSSelected | Returns True if the GPS satellite at given Index is selected. |
PosVel | Current receiver position and velocity in the requested frame. Only eUtFrameInertial and eUtFrameFixed frames are supported. |
PosVel_Array | Current position and velocity in the requested frame (in internal units) returned as an array representing x, y, z, vx, vy, vz. Only eUtFrameInertial and eUtFrameFixed frames are supported. Useful for scripting clients. |
Trace | Set this interface to trace the next numCalls by outputting a message to the message viewer. |