Calculates the set of pass segments the satellite pass.
Namespace: Zeptomoby.OrbitTools.TrackAssembly: Zeptomoby.OrbitTools.Track (in Zeptomoby.OrbitTools.Track.dll) Version: 1.5.0.0 (1.5.0.0)
Syntax
C# |
---|
public void CalcPassSegments(
Station station,
Satellite sat,
DateTime t1,
DateTime t2
) |
Visual Basic |
---|
Public Sub CalcPassSegments ( _
station As Station, _
sat As Satellite, _
t1 As DateTime, _
t2 As DateTime _
) |
Visual C++ |
---|
public:
void CalcPassSegments(
Station^ station,
Satellite^ sat,
DateTime t1,
DateTime t2
) |
Parameters
- station
- Type: Zeptomoby.OrbitTools.Track..::..Station
The Earth station.
- sat
- Type: Satellite
The satellite.
- t1
- Type: System..::..DateTime
The start time; used only if no valid AOS is defined.
- t2
- Type: System..::..DateTime
The stop time; used only if no valid LOS is defined.
See Also