cavcalc.output.load#
- cavcalc.output.load(file: str)#
Load a
SingleOutputorMultiOutputinstance from a “pickled” binary file.- Parameters:
- filestr
The name (and path if it isn’t in the current working directory) of the file to open.
- Returns:
- output
SingleOutput|MultiOutput The cavcalc output instance.
- output
- Raises:
- cce
CavCalcError If the type of the loaded object is not
SingleOutputorMultiOutput.
- cce