Declared in Spacecraft
Declaration
void SetTwoLineElements(
string line1,
string line2,
string line3,
string orbitingBody
);Description
Sets the Two Line Elements (TLE) data of a particular craft with some individual lines of the TLE.
Parameters
| Name | Description |
|---|---|
| line1 | The first line - usually the body information. |
| line2 | The second line for the TLE. |
| line3 | The third line for the TLE. |
| orbitingBody | The name of the body orbiting. |