BandFolder#

class ansys.aedt.core.emit_core.nodes.generated.band_folder.BandFolder(emit_obj, result_id, node_id)#

Provide band folder.

Methods

BandFolder.add_band()

Create a New Band.

BandFolder.delete()

Delete this node.

BandFolder.duplicate([new_name])

Duplicate this node.

BandFolder.get_is_component()

Check if node is also a component.

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

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

BandFolder.props_to_dict(props)

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

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

Set multiple node properties simultaneously.

Attributes

BandFolder.allowed_child_types

Child types allowed for this node.

BandFolder.children

Child nodes of this node.

BandFolder.name

Name of the node.

BandFolder.node_type

The type of this emit node.

BandFolder.odesktop

Desktop instance used for version checking.

BandFolder.parent

The parent of this emit node.

BandFolder.parent_name

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

BandFolder.properties

Node properties.

BandFolder.valid

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

BandFolder.warnings

Warnings for the node, if any.