cavcalc.output.MultiOutput#
Overview
- class cavcalc.output.MultiOutput(targets: dict[cavcalc.parameters.parameter.TargetParameter, tuple[cavcalc.parameters.enums.ParameterType]], phys_args: tuple[cavcalc.parameters.parameter.ArgParameter])#
Bases:
BaseOutputStorage and manipulation of multiple target parameters computed via
calculate().Use
MultiOutput.as_singles()to easily constructSingleOutputinstances from a multi-output object.
Properties
A dictionary of results, mapping the names of the target parameters to their values (as |
Methods
|
|
|
A |
|
A dictionary of |
|
Retrieve a target result, or a collection of these, using a suitable key. |
|
Plots all the outputs which have array-like target parameters. |