:class:`ControlProperty` ======================== .. py:class:: pyedb.generic.control_file.ControlProperty(property_name: str, value: str | float | list) Property in the control file. This property has a name, value, and type. :Parameters: **property_name** : :class:`python:str` Name of the property. **value** : :class:`python:str`, :class:`python:float`, :obj:`or` :class:`python:list` Value of the property. .. !! processed by numpydoc !! .. py:currentmodule:: ControlProperty Overview -------- .. tab-set:: .. tab-item:: Attributes .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~name` - * - :py:attr:`~value` - * - :py:attr:`~type` - Import detail ------------- .. code-block:: python from pyedb.generic.control_file import ControlProperty Attribute detail ---------------- .. py:attribute:: name :type: str .. py:attribute:: value :type: str | float | list .. py:attribute:: type :type: int :value: 1