Spacecraft Models Package 2.0
Spacecraft Models for DSim
|
An antenna beam model solely for display purposes. More...
#include <antenna.h>
Public Member Functions | |
void | initialize_data () |
Initialize outlets and output variables. | |
void | initialization_complete () |
Finish initialization. | |
void | initialize_timestep () |
Computation done prior to numerical integration. | |
![]() | |
void * | describe_setup (void *ds) |
Describe the setup variables. | |
void | initialize_data () |
Initialize outlets and output variables. | |
void | initialization_complete () |
Finish initialization. | |
void | initialize_timestep () |
Initialize the timestep. | |
Protected Attributes | |
dsim_variable | boresight_dsim |
Boresight vector in the body frame. | |
dsim_variable | angle_of_view_dsim |
Angle of view. | |
dsim_variable | position_dsim |
Position. | |
dsim_variable | color_dsim |
Color of the beam. | |
![]() | |
dsim_variable | power_on_dsim |
Power consumed when on (constant) | |
dsim_variable | power_standby_dsim |
Power consumed when in standby mode (constant) | |
dsim_variable | failed_dsim |
Command flag for failed (1) or not (0) | |
dsim_variable | on_dsim |
Command flag for on (1) or off (1) | |
dsim_variable | current_dsim |
Measured current. | |
dsim_variable | voltage_dsim |
Input voltage. | |
dsim_variable | thermal_node_dsim |
Thermal node. | |
dsim_variable | heat_dsim |
Heat. | |
dsim_variable | power_dsim |
Power. | |
An antenna beam model solely for display purposes.
An antenna beam model solely for display purposes. Outputs a boresight vector.