aboutsummaryrefslogtreecommitdiff
path: root/docs/build/_sources/component_base.rst.txt
blob: 3fdc424a02962327d87076318e8c07d2bd5561ef (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
==========================
Component Base Class
==========================

.. codeauthor:: Jeremy Ernst

.. autoclass:: artv2_components.base_component.ART_Component
    :members: _add_metadata, _create_component, _create_network_node

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.