EmitNode#

class ansys.aedt.core.emit_core.nodes.emit_node.EmitNode(emit_obj, result_id, node_id)#

Emit node class for managing and interacting with EMIT nodes.

Methods

EmitNode.get_is_component()

Check if node is also a component.

EmitNode.get_properties([property_names, ...])

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

EmitNode.props_to_dict(props)

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

EmitNode.set_properties(properties[, skipChecks])

Set multiple node properties simultaneously.

Attributes

EmitNode.allowed_child_types

Child types allowed for this node.

EmitNode.children

Child nodes of this node.

EmitNode.name

Name of the node.

EmitNode.odesktop

Desktop instance used for version checking.

EmitNode.parent_name

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

EmitNode.properties

Node properties.

EmitNode.valid

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

EmitNode.warnings

Warnings for the node, if any.