Node# class pyedb.grpc.database.utility.sources.Node# Provides for handling nodes for Siwave sources. Overview# Properties 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. Returns: strComponent name. property Node.net# Net of the node. Returns: strNet name. property Node.node_type# Type of the node. Returns: intNode type value. property Node.name# Name of the node. Returns: strNode name.