RadioNode#

class ansys.aedt.core.emit_core.nodes.generated.radio_node.RadioNode(emit_obj, result_id, node_id)#

Provide radio node.

Methods

RadioNode.add_band()

Create a New Band.

RadioNode.add_folder()

Create a New Folder to Organize Bands.

RadioNode.delete()

Delete this node.

RadioNode.duplicate([new_name])

Duplicate this node.

RadioNode.get_is_component()

Check if node is also a component.

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

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

RadioNode.props_to_dict(props)

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

RadioNode.set_properties(properties[, ...])

Set multiple node properties simultaneously.

Attributes

RadioNode.allowed_child_types

Child types allowed for this node.

RadioNode.children

Child nodes of this node.

RadioNode.name

Name of the node.

RadioNode.node_type

The type of this emit node.

RadioNode.notes

Expand to view/edit notes stored with the project.

RadioNode.odesktop

Desktop instance used for version checking.

RadioNode.parent_name

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

RadioNode.properties

Node properties.

RadioNode.valid

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

RadioNode.warnings

Warnings for the node, if any.