scenario_AttModes

Overview

This script demonstrates how to alternate between two different FSW modes inertia3D and hillPoint.

Illustration of Simulation Results

showPlots = True
../../../_images/scenario_AttModes_rateError.svg../../../_images/scenario_AttModes_attitudeErrorNorm.svg
scenario_AttModes.run(showPlots)[source]

The scenarios can be run with the followings setups parameters:

Parameters

showPlots (bool) – Determines if the script should display plots

scenario_AttModes.runScenario(scenario)[source]

method to initialize and execute the scenario

class scenario_AttModes.scenario_AttModes[source]

Bases: BSK_masters.BSKSim, BSK_masters.BSKScenario

configure_initial_conditions()[source]

Developer must override this method in their BSK_Scenario derived subclass.

log_outputs()[source]

Developer must override this method in their BSK_Scenario derived subclass.

pull_outputs(showPlots)[source]

Developer must override this method in their BSK_Scenario derived subclass.