get_pot3d_quantity_properties#
- get_pot3d_quantity_properties(variable)[source]#
Return the
Propsdescriptor for a POT3D quantity.- Parameters:
- variable
Pot3dQuantities Case-insensitive POT3D quantity name. Valid values:
'br','bt','bp'.
- variable
- Returns:
- out
Props Immutable descriptor for the requested POT3D magnetic field component.
- out
- Raises:
ValueErrorIf variable is not a recognized POT3D quantity.
Examples
>>> from psi_io.mhd_io import get_pot3d_quantity_properties >>> get_pot3d_quantity_properties('bp').name 'bp'