Class in Zendir.Classes
| Inherits from Software
Declaration
class GroundStationAccessSoftware;
Description
A class that is used for calculating ground station access to a body. This works for any ephemeris message, that can be computed in inertial space.
Properties
Declared | Description |
---|---|
AzimuthBinSize | Bin size for the azimuth |
AzimuthMax | Maximum value for the azimuth |
AzimuthMin | Minimum value for the azimuth |
AzimuthNoiseLevel | The noise level for the azimuth angle |
AzimuthScaleFactor | Scale factor for the azimuth |
ElevationBinSize | Bin size for the elevation |
ElevationMax | Maximum value for the elevation |
ElevationMin | Minimum value for the elevation |
ElevationNoiseLevel | Noise level for the elevation |
ElevationScaleFactor | Scale factor for the elevation |
In_EphemerisMsg | An Ephemeris message, storing an object’s position and velocity. |
In_GroundStateMsg | The Ground States Message to calculate access from. |
In_GroundStationMsg | The ground station message with the configuration of the ground station. |
Out_AccessMsg | A message storing Azimuth and Elevation to the pointspecified in the Ephemeris message |
SlantRangeBinSize | Bin size for the slant range |
SlantRangeMax | Maximum value for the slant range |
SlantRangeMin | Minimum value for the slant range |
SlantRangeNoiseLevel | The noise level for the slant range |
SlantRangeScaleFactor | Scale factor for the slant range |
Inherited | Description |
---|---|
IsEnabled | Is true if the object is currently enabled. |
Name | The display name or tag of this object. |
Parent | The currently attached parent object (if any). |
Methods
Declared | Description |
---|---|
ConfigureNoiseModels | Configure noise models with custom noise levels. |
Inherited | Description |
---|---|
Destroy | Removes the current object from the simulation. |
Disable | Disable the software componentDerived classes should clear any output messages |
Enable | Enable the software component |
FindParentWithID | Returns an attached parent that satisfies the specified ID. |
FindParentWithType | Returns an attached parent that satisfies the specified type. |
FindRootWithID | Returns a root object that satisfies the specified ID. |
FindRootWithType | Returns a root object that satisfies the specified type. |
Initialise | This method is called whenever some key parameters are changedand any new local variables are required to be recalculated. Thiscan be called by the software chains if a configuration of somevalues are updated. |