Table of Contents

Struct SpacecraftAccess

Namespace
NominalSystems.Universe
Assembly
NominalSystems.Universe.dll

[Nominal] Structure that defines the access of a specific spacecraft to a ground station, including the elevation and azimuth angles. This is useful for prediction analysis and determining the range of access over a network.


public struct SpacecraftAccess

Constructors

SpacecraftAccess()

Default constructor

public SpacecraftAccess()

Fields

Azimuth

[deg] Azimuth angle for a spacecraft.

public double Azimuth

Field Value

double

Elevation

[deg] Elevation angle for a given spacecraft.

public double Elevation

Field Value

double

HasAccess

[-] true when the writer has access to a spacecraft; false otherwise.

public bool HasAccess

Field Value

bool

SlantRange

[m] Range from a location to the spacecraft.

public double SlantRange

Field Value

double