CouplingsNode#

class ansys.aedt.core.emit_core.nodes.generated.couplings_node.CouplingsNode(emit_obj, result_id, node_id)#

Provide couplings node.

Methods

CouplingsNode.add_5g_channel_model_coupling()

Add a new node to define coupling between antennas using the 5G channel coupling model.

CouplingsNode.add_custom_coupling()

Add a new node to define custom coupling between antennas.

CouplingsNode.add_erceg_coupling()

Add a new node to define coupling between antennas using the Erceg coupling model.

CouplingsNode.add_hata_coupling()

Add a new node to define coupling between antennas using the Hata COST 231 model.

CouplingsNode.add_indoor_propagation_coupling()

Add a new node to define coupling between antennas using the ITU Indoor Propagation model.

CouplingsNode.add_log_distance_coupling()

Add a new node to define coupling between antennas using the Log Distance model.

CouplingsNode.add_path_loss_coupling()

Add a new node to define path loss coupling between antennas.

CouplingsNode.add_two_ray_path_loss_coupling()

Add a new node to define two ray ground reflection coupling between antennas.

CouplingsNode.add_walfisch_ikegami_coupling()

Add a new node to define coupling between antennas using the Walfisch-Ikegami model.

CouplingsNode.export_to_csv(file_name[, ...])

Export's the data for this node

CouplingsNode.get_is_component()

Check if node is also a component.

CouplingsNode.get_properties([...])

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

CouplingsNode.import_touchstone(file_name)

Open an Existing S-Matrix Data File.

CouplingsNode.plot([antennas, ports])

Bring up a Cartesian plot for this node

CouplingsNode.props_to_dict(props)

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

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

Set multiple node properties simultaneously.

Attributes

CouplingsNode.allowed_child_types

Child types allowed for this node.

CouplingsNode.antenna_tags

All tags currently used by all antennas in the project.

CouplingsNode.children

Child nodes of this node.

CouplingsNode.global_default_coupling

Default antenna-to-antenna coupling loss value.

CouplingsNode.minimum_allowed_coupling

Minimum Allowed Coupling.

CouplingsNode.name

Name of the node.

CouplingsNode.node_type

The type of this emit node.

CouplingsNode.odesktop

Desktop instance used for version checking.

CouplingsNode.parent_name

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

CouplingsNode.properties

Node properties.

CouplingsNode.valid

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

CouplingsNode.warnings

Warnings for the node, if any.