get_pot3d_quantity_properties#
- get_pot3d_quantity_properties(variable)[source]#
Return the
ModelPropsdescriptor for a POT3D quantity.- Parameters:
- variable
Pot3dQuantities Case-insensitive POT3D quantity name. Valid values:
'br','bt','bp'.
- variable
- Returns:
- out
ModelProps Immutable descriptor for the requested POT3D magnetic field component.
- out
- Raises:
ValueErrorIf variable is not a recognized POT3D quantity.
See also
get_mas_quantity_propertiesAnalogous lookup for MAS quantities.
get_model_prop_callerReturn the getter function for a given model type.
Examples
>>> from psi_io.models import get_pot3d_quantity_properties >>> get_pot3d_quantity_properties('bp').name 'bp'