Spacecraft Models Package 2.0
Spacecraft Models for DSim
Public Member Functions | Protected Attributes | List of all members
comm_link_earth Class Reference

Ground station contact model. More...

#include <comm_link_earth.h>

Inherits dsim_model.

Public Member Functions

 comm_link_earth (dsim_model_setup *setup)
 Constructor.
 
void initialization_complete ()
 Finish initialization.
 
void initialize_data ()
 Initialize outlets and output variables.
 
void initialize_timestep ()
 Computation done prior to beginning of timestep.
 
void pre_calculate ()
 Computation done prior to numerical integration.
 

Protected Attributes

dsim_variable parent_position_dsim
 Parent position.
 
dsim_variable ground_station_elevation_dsim
 Receive angle.
 
dsim_variable uplink_frequency_dsim
 Uplink frequency (GHz)
 
dsim_variable downlink_frequency_dsim
 Downlink frequency (GHz)
 
dsim_variable lat_ground_station_dsim
 Latitude ground station (deg)
 
dsim_variable lon_ground_station_dsim
 Longitude ground station (deg)
 
dsim_variable alt_ground_station_dsim
 Altitude ground station (km)
 
dsim_variable downlink_inverse_loss_dsim
 Altitude ground station (km)
 
dsim_variable uplink_inverse_loss_dsim
 Altitude ground station (km)
 

Detailed Description

Ground station contact model.

This model computes the inverse path loss for an uplink and downlink. The inverse path loss is zero when there is no contact.


The documentation for this class was generated from the following files: