swot_simulator.settings.template

swot_simulator.settings.template(python: bool = False) Union[str, Dict[str, Any]][source]

Get the template representing the default configuration of the simulator

Parameters

python (bool) – True, returns the dictionary that represents the default configuration, otherwise returns the Python code of the default configuration.

Returns

the default configuration of the simulation

Return type

str, dict