TwoLineElement.SetSpacecraftNoradStateFromTLE(Spacecraft) Method

Top 

Description

Initialize the Spacecraft state properties from the TwoLineElement object.

 

This method has been Deprecated. Please use TwoLineElement.SetSpacecraftStateFromTLE instead.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

Click here to see the documentation for this object in millisecond timing precision mode.

 

Method Signature

TwoLineElement.SetSpacecraftNoradStateFromTLE(

Spacecraft spacecraft)

 

 

Arguments

spacecraft


Description:

Spacecraft to which state values will be assigned

 

 

 

Syntax

myTwoLineElement1.SetSpacecraftNoradStateFromTLE(mySpacecraft1);

 

 

See also

TwoLineElement Object