cavcalc.parameters.parameter.TargetParameter#

Overview

class cavcalc.parameters.parameter.TargetParameter(name_or_ptype: Union[str, ParameterType], value: Optional[Quantity] = None)#

Bases: Parameter

Cavity parameters which represent targets computed by cavcalc.

Note

You should never need to instantiate objects of this type manually. These are constructed during the calculation process.