cavcalc.output#

The output objects which store the results from any call to calculate().

Classes

BaseOutput(phys_args)

Abstract base class for output objects.

MultiOutput(targets, phys_args)

Storage and manipulation of multiple target parameters computed via calculate().

SingleOutput(target, phys_args)

Storage and manipulation of a single target parameter computed via calculate().

Functions

load(file)

Load a SingleOutput or MultiOutput instance from a "pickled" binary file.