Node#

class pyedb.grpc.database.utility.sources.Node#

Bases: object

Provides for handling nodes for Siwave sources.

Overview#

component

Component name containing the node.

net

Net of the node.

node_type

Type of the node.

name

Name of the node.

Import detail#

from pyedb.grpc.database.utility.sources import Node

Property detail#

property Node.component: str#

Component name containing the node.

property Node.net#

Net of the node.

property Node.node_type#

Type of the node.

property Node.name#

Name of the node.