========================== Component Base Class ========================== .. codeauthor:: Jeremy Ernst .. autoclass:: artv2.components.base_components.base_component.ART_Component :members: Properties ---------- .. py:attribute:: prefix This property holds the component's prefix (optional) :return: Returns the component's prefix. :rtype: str .. py:attribute:: suffix This property holds the component's suffix (optional) :return: Returns the component's suffix. :rtype: str .. py:attribute:: parent This property holds the joint name of the parent of this component. .. py:attribute:: network_node This property holds the network node that contains this module's metadata.