cavcalc.parameters.tools.get_names#
- cavcalc.parameters.tools.get_names(*args) tuple[str]#
Retrieve a tuple of the names of all the parameters exposed by cavcalc, or all the parameters in the categories given in
args.- Parameters:
- argsSequence[
ParameterCategory] A sequence of
ParameterCategoryliterals from which to obtain parameter names. If none given, then all parameter names will be returned.
- argsSequence[
- Returns:
- namestuple[str]
The names of the parameters.