====================== ConfigurationParameter ====================== .. py:currentmodule:: p3dsdk .. py:class:: ConfigurationParameter .. py:method:: id :property: The id of the parameter. :type: str, read-only .. py:method:: name :property: The name of the parameter. :type: str, read-only .. py:method:: list_symbols() List all symbols. :returns: The list of symbols for this parameter. :rtype: list(str) .. py:method:: list_values() List all values, if the parameter is a check box there is no available values. :returns: The list of values for this parameter or an empty list if the parameter is a check box. :rtype: list(str) .. py:method:: symbol(value) Get the symbol for this value. :param value: Value of the symbol to get. :type value: str :returns: The symbol for this value. :rtype: str