CouplingLinkNode#

Provide coupling link node.

Methods

CouplingLinkNode.export_to_csv(file_name[, ...])

Export's the data for this node

CouplingLinkNode.get_is_component()

Check if node is also a component.

CouplingLinkNode.get_properties([...])

Get all of a node's properties in a single API call.

CouplingLinkNode.plot([antennas, ports])

Bring up a Cartesian plot for this node

CouplingLinkNode.props_to_dict(props)

Converts a list of key/value pairs to a dictionary.

CouplingLinkNode.set_properties(properties)

Set multiple node properties simultaneously.

Attributes

CouplingLinkNode.allowed_child_types

Child types allowed for this node.

CouplingLinkNode.children

Child nodes of this node.

CouplingLinkNode.enabled

Enable/Disable coupling link.

CouplingLinkNode.name

Name of the node.

CouplingLinkNode.node_type

The type of this emit node.

CouplingLinkNode.odesktop

Desktop instance used for version checking.

CouplingLinkNode.parent

The parent of this emit node.

CouplingLinkNode.parent_name

Full node name of the parent node including the entire tree structure

CouplingLinkNode.ports

Maps each port in the link to an antenna in the project.

CouplingLinkNode.properties

Node properties.

CouplingLinkNode.valid

Indicates if this object is still valid (not detached from EMIT node).

CouplingLinkNode.warnings

Warnings for the node, if any.