Click or drag to resize

SatelliteOutageFileFindOutages Method (Int32, TimeInterval)

Finds satellite outages with a given Pseudo Random Number and within a specified TimeInterval.

Namespace:  AGI.Foundation.Navigation.DataReaders
Assembly:  AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public SatelliteOutageCollection FindOutages(
	int prn,
	TimeInterval date
)

Parameters

prn
Type: SystemInt32
The Pseudo Random Number (PRN) of the navigation satellite.
date
Type: AGI.Foundation.TimeTimeInterval
The TimeInterval to consider when looking for outages.

Return Value

Type: SatelliteOutageCollection
SatelliteOutageCollection containing the outages for this PRN, during the specified time.
See Also