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

DeclaredDescription
AzimuthBinSizeBin size for the azimuth
AzimuthMaxMaximum value for the azimuth
AzimuthMinMinimum value for the azimuth
AzimuthNoiseLevelThe noise level for the azimuth angle
AzimuthScaleFactorScale factor for the azimuth
ElevationBinSizeBin size for the elevation
ElevationMaxMaximum value for the elevation
ElevationMinMinimum value for the elevation
ElevationNoiseLevelNoise level for the elevation
ElevationScaleFactorScale factor for the elevation
In_EphemerisMsgAn Ephemeris message, storing an object’s position and velocity.
In_GroundStateMsgThe Ground States Message to calculate access from.
In_GroundStationMsgThe ground station message with the configuration of the ground station.
Out_AccessMsgA message storing Azimuth and Elevation to the pointspecified in the Ephemeris message
SlantRangeBinSizeBin size for the slant range
SlantRangeMaxMaximum value for the slant range
SlantRangeMinMinimum value for the slant range
SlantRangeNoiseLevelThe noise level for the slant range
SlantRangeScaleFactorScale factor for the slant range
InheritedDescription
IsEnabledIs true if the object is currently enabled.
NameThe display name or tag of this object.
ParentThe currently attached parent object (if any).

Methods

DeclaredDescription
ConfigureNoiseModelsConfigure noise models with custom noise levels.
InheritedDescription
DestroyRemoves the current object from the simulation.
DisableDisable the software componentDerived classes should clear any output messages
EnableEnable the software component
FindParentWithIDReturns an attached parent that satisfies the specified ID.
FindParentWithTypeReturns an attached parent that satisfies the specified type.
FindRootWithIDReturns a root object that satisfies the specified ID.
FindRootWithTypeReturns a root object that satisfies the specified type.
InitialiseThis 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.