SolutionCouplingNode#

class ansys.aedt.core.emit_core.nodes.generated.solution_coupling_node.SolutionCouplingNode(emit_obj, result_id, node_id)#

Provide solution coupling node.

Methods

SolutionCouplingNode.get_is_component()

Check if node is also a component.

SolutionCouplingNode.get_properties([...])

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

SolutionCouplingNode.props_to_dict(props)

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

SolutionCouplingNode.set_properties(properties)

Set multiple node properties simultaneously.

Attributes

SolutionCouplingNode.allowed_child_types

Child types allowed for this node.

SolutionCouplingNode.children

Child nodes of this node.

SolutionCouplingNode.enabled

Enabled.

SolutionCouplingNode.name

Name of the node.

SolutionCouplingNode.node_type

The type of this emit node.

SolutionCouplingNode.odesktop

Desktop instance used for version checking.

SolutionCouplingNode.parent

The parent of this emit node.

SolutionCouplingNode.parent_name

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

SolutionCouplingNode.properties

Node properties.

SolutionCouplingNode.valid

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

SolutionCouplingNode.warnings

Warnings for the node, if any.