myogen.simulator.neuron.simulation_runner.SimulationRunner.get_model_outputs#

SimulationRunner.get_model_outputs(model_name: str) list[str][source]#

Get the list of output attributes that will be collected for a model.

Parameters:

model_name (str) – Name of the model as specified in the models dictionary.

Returns:

List of attribute names that will be collected from this model.

Return type:

List[str]