scenario_AttFeedback

Overview

This script is base BSK Sim script used for the MC examples.

scenario_AttFeedback.run(showPlots)[source]

The scenarios can be run with the followings setups parameters:

Parameters

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

scenario_AttFeedback.runScenario(scenario)[source]

method to initialize and execute the scenario

class scenario_AttFeedback.scenario_AttFeedback[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.