:class:`PropertySet` ==================== .. py:class:: ansys.materials.manager.util.matml.matml_parser.PropertySet Define a PropertySet which contains one or several parameters. .. !! processed by numpydoc !! .. py:currentmodule:: PropertySet Overview -------- .. tab-set:: .. tab-item:: Attributes .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~name` - * - :py:attr:`~parameters` - * - :py:attr:`~qualifiers` - Import detail ------------- .. code-block:: python from ansys.materials.manager.util.matml.matml_parser import PropertySet Attribute detail ---------------- .. py:attribute:: name :type: str .. py:attribute:: parameters :type: Dict .. py:attribute:: qualifiers :type: Dict