myogen.simulator.neuron.simulation_runner.SimulationRunner.set_model_outputs# SimulationRunner.set_model_outputs(model_name: str, output_attrs: list[str]) → None[source]# Override the output attributes for a specific model. Parameters: model_name (str) – Name of the model as specified in the models dictionary. output_attrs (List[str]) – List of attribute names to collect from this model. Raises: ValueError – If model_name is not found in the models dictionary. Return type: None