TouchstoneCouplingNode#

class ansys.aedt.core.emit_core.nodes.generated.touchstone_coupling_node.TouchstoneCouplingNode(emit_obj, result_id, node_id)#

Provide touchstone coupling node.

Methods

TouchstoneCouplingNode.delete()

Delete this node.

TouchstoneCouplingNode.duplicate([new_name])

Duplicate this node.

TouchstoneCouplingNode.export_to_csv(file_name)

Export's the data for this node

TouchstoneCouplingNode.get_is_component()

Check if node is also a component.

TouchstoneCouplingNode.get_properties([...])

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

TouchstoneCouplingNode.plot([antennas, ports])

Bring up a Cartesian plot for this node

TouchstoneCouplingNode.props_to_dict(props)

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

TouchstoneCouplingNode.set_properties(properties)

Set multiple node properties simultaneously.

Attributes

TouchstoneCouplingNode.allowed_child_types

Child types allowed for this node.

TouchstoneCouplingNode.children

Child nodes of this node.

TouchstoneCouplingNode.enable_em_isolation

Enables/disables EM isolation.

TouchstoneCouplingNode.enabled

Enable/Disable coupling.

TouchstoneCouplingNode.filename

Name of file with coupling data.

TouchstoneCouplingNode.name

Name of the node.

TouchstoneCouplingNode.node_type

The type of this emit node.

TouchstoneCouplingNode.notes

Expand to view/edit notes stored with the project.

TouchstoneCouplingNode.odesktop

Desktop instance used for version checking.

TouchstoneCouplingNode.parent

The parent of this emit node.

TouchstoneCouplingNode.parent_name

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

TouchstoneCouplingNode.port_antenna_assignment

Maps each port in the coupling file to an antenna in the project.

TouchstoneCouplingNode.properties

Node properties.

TouchstoneCouplingNode.savant_matched_coupling_file

Coupling data generated by Savant and exported as a matched file.

TouchstoneCouplingNode.valid

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

TouchstoneCouplingNode.warnings

Warnings for the node, if any.