GetNumberOfNoradStates(String) Function

Top 

Description

Returns the number of Norad states that are in the specified TLE file.

 

This function has been Deprecated. Please use GetNumberOfSGP4States instead.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

 

Note: This method has a state. See the Methods and Properties with State page for more information.

 

Function Signature

GetNumberOfNoradStates(

String filename)

 

 

Arguments

filename


Description:

The filename of the TLE to read.

 

 

 

Return Value

Type:

number

 

 

The number of Norad states that are in the specified TLE file.

 

Syntax

myVariable1 = GetNumberOfNoradStates(myString1);

 

 

See also

GetNumberOfNoradStates