PowerDivider#

class ansys.aedt.core.emit_core.nodes.generated.power_divider.PowerDivider(emit_obj, result_id, node_id)#

Provide power divider.

Methods

PowerDivider.delete()

Delete this node.

PowerDivider.duplicate([new_name])

Duplicate this node.

PowerDivider.export_to_csv([file_name, ports])

Export's the data for this node

PowerDivider.get_is_component()

Check if node is also a component.

PowerDivider.get_properties([...])

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

PowerDivider.plot([ports])

Bring up a Cartesian plot for this node

PowerDivider.props_to_dict(props)

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

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

Set multiple node properties simultaneously.

Attributes

PowerDivider.allowed_child_types

Child types allowed for this node.

PowerDivider.children

Child nodes of this node.

PowerDivider.filename

Name of file defining the Power Divider.

PowerDivider.finite_bandwidth

Finite Bandwidth.

PowerDivider.finite_isolation

Finite Isolation.

PowerDivider.higher_cutoff

Higher cutoff frequency.

PowerDivider.higher_stop_band

Higher stop band frequency.

PowerDivider.insertion_loss_above_ideal

Insertion Loss Above Ideal.

PowerDivider.isolation

Power Divider isolation between output ports.

PowerDivider.lower_cutoff

Lower cutoff frequency.

PowerDivider.lower_stop_band

Lower stop band frequency.

PowerDivider.name

Name of the node.

PowerDivider.node_type

The type of this emit node.

PowerDivider.noise_temperature

System Noise temperature (K) of the component.

PowerDivider.notes

Expand to view/edit notes stored with the project.

PowerDivider.odesktop

Desktop instance used for version checking.

PowerDivider.out_of_band_attenuation

Out-of-band loss (attenuation).

PowerDivider.parent_name

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

PowerDivider.power_divider_type

Power Divider Type.

PowerDivider.properties

Node properties.

PowerDivider.valid

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

PowerDivider.warnings

Warning(s) for this node.