Skip to content
Snippets Groups Projects

Refactor member and method names

Merged Oscar Gustafsson requested to merge refactor into master
Files
2
@@ -52,11 +52,11 @@ _QUESTIONS = {
),
"Simulating a signal-flow-graph": (
"To simulate a signal-flow-graph (SFG), press the run button in the "
"_toolbar, \nthen press 'Simulate SFG' and enter the _properties of the "
"toolbar, \nthen press 'Simulate SFG' and enter the properties of the "
"simulation."
),
"Properties of simulation": (
"The _properties of the simulation are, 'Iteration Count': The number "
"The properties of the simulation are, 'Iteration Count': The number "
"of iterations to run the simulation for, \n'Plot Results': Open a "
"plot over the output in matplotlib, \n'Get All Results': Print the "
"detailed output from simulating the sfg in the terminal, \n"
Loading