AntennaPassband#

class ansys.aedt.core.emit_core.nodes.generated.antenna_passband.AntennaPassband(emit_obj, result_id, node_id)#

Provide antenna passband.

Methods

AntennaPassband.delete()

Delete this node.

AntennaPassband.duplicate([new_name])

Duplicate this node.

AntennaPassband.export_to_csv(file_name)

Export's the data for this node

AntennaPassband.get_is_component()

Check if node is also a component.

AntennaPassband.get_properties([...])

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

AntennaPassband.plot()

Bring up a Cartesian plot for this node

AntennaPassband.props_to_dict(props)

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

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

Set multiple node properties simultaneously.

Attributes

AntennaPassband.allowed_child_types

Child types allowed for this node.

AntennaPassband.children

Child nodes of this node.

AntennaPassband.enabled

Enabled state for this node.

AntennaPassband.higher_cutoff

Higher cutoff frequency.

AntennaPassband.higher_stop_band

Higher stop band frequency.

AntennaPassband.lower_cutoff

Lower cutoff frequency.

AntennaPassband.lower_stop_band

Lower stop band frequency.

AntennaPassband.name

Name of the node.

AntennaPassband.node_type

The type of this emit node.

AntennaPassband.notes

Expand to view/edit notes stored with the project.

AntennaPassband.odesktop

Desktop instance used for version checking.

AntennaPassband.out_of_band_attenuation

Out of band antenna loss.

AntennaPassband.parent

The parent of this emit node.

AntennaPassband.parent_name

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

AntennaPassband.passband_loss

Passband loss.

AntennaPassband.properties

Node properties.

AntennaPassband.valid

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

AntennaPassband.warnings

Warnings for the node, if any.