Computes the System position and velocity, quaternion, and angular rate in reference components (in internal units) at the given time
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
|
- Scale
- Time scale for requested time.
- WholeDays
- Number of whole days in the time scale.
- SecsIntoDay
- Seconds into the day.
- X
- X component of the System's origin location at the requested time.
- Y
- Y component of the System's origin location at the requested time.
- Z
- Z component of the System's origin location at the requested time.
- Vx
- X component of the System's origin location derivative at the requested time.
- Vy
- Y component of the System's origin location derivative at the requested time.
- Vz
- Z component of the System's origin location derivative at the requested time.
- Q1
- Q1 component of the System's axes quaternion at the requested time.
- Q2
- Q2 component of the System's axes quaternion at the requested time.
- Q3
- Q3 component of the System's axes quaternion at the requested time.
- Q4
- Q4 component of the System's axes quaternion at the requested time.
- Wx
- X component of the System's axes angular velocity at the requested time.
- Wy
- Y component of the System's axes angular velocity at the requested time.
- Wz
- Z component of the System's axes angular velocity at the requested time.
Returns false if an error occurred, else returns true.





