=================== ConfigurationPreset =================== .. py:currentmodule:: p3dsdk .. py:class:: ConfigurationPreset .. py:method:: id :property: The id of the preset. :type: str, read-only .. py:method:: name :property: The name of the preset. :type: str :raises ReadOnlyError: If :py:obj:`Database` is in read only mode. .. py:method:: symbols :property: The list of symbol of the preset. :type: list(str) :raises ReadOnlyError: If :py:obj:`Database` is in read only mode. .. py:method:: remove() Delete this preset. :raises ReadOnlyError: If :py:obj:`Database` is in read only mode.