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

NameDescription
line1The first line - usually the body information.
line2The second line for the TLE.
line3The third line for the TLE.
orbitingBodyThe name of the body orbiting.