ErcegCouplingNode#

class ansys.aedt.core.emit_core.nodes.generated.erceg_coupling_node.ErcegCouplingNode(emit_obj, result_id, node_id)#

Provide erceg coupling node.

Methods

ErcegCouplingNode.delete()

Delete this node.

ErcegCouplingNode.duplicate([new_name])

Duplicate this node.

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

Export's the data for this node

ErcegCouplingNode.get_is_component()

Check if node is also a component.

ErcegCouplingNode.get_properties([...])

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

ErcegCouplingNode.plot([antennas, ports])

Bring up a Cartesian plot for this node

ErcegCouplingNode.props_to_dict(props)

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

ErcegCouplingNode.set_properties(properties)

Set multiple node properties simultaneously.

Attributes

ErcegCouplingNode.allowed_child_types

Child types allowed for this node.

ErcegCouplingNode.base_antenna

First antenna of the pair to apply the coupling values to.

ErcegCouplingNode.children

Child nodes of this node.

ErcegCouplingNode.custom_fading_margin

Custom Fading Margin.

ErcegCouplingNode.enabled

Enable/Disable coupling.

ErcegCouplingNode.fading_availability

Fading Availability.

ErcegCouplingNode.fading_type

Specify the type of fading to include.

ErcegCouplingNode.include_atmospheric_absorption

Include Atmospheric Absorption.

ErcegCouplingNode.include_rain_attenuation

Adds a margin for rain attenuation to the computed coupling.

ErcegCouplingNode.mobile_antenna

Second antenna of the pair to apply the coupling values to.

ErcegCouplingNode.name

Name of the node.

ErcegCouplingNode.node_type

The type of this emit node.

ErcegCouplingNode.odesktop

Desktop instance used for version checking.

ErcegCouplingNode.parent

The parent of this emit node.

ErcegCouplingNode.parent_name

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

ErcegCouplingNode.pointing_error_loss

Pointing Error Loss.

ErcegCouplingNode.polarization_mismatch

Polarization Mismatch.

ErcegCouplingNode.polarization_tilt_angle

Polarization Tilt Angle.

ErcegCouplingNode.properties

Node properties.

ErcegCouplingNode.rain_availability

Rain Availability.

ErcegCouplingNode.rain_rate

Rain rate (mm/hr) exceeded for 0.01% of the time.

ErcegCouplingNode.std_deviation

Standard deviation modeling the random amount of shadowing loss.

ErcegCouplingNode.temperature

Air temperature in degrees Celsius.

ErcegCouplingNode.terrain_category

Specify the terrain category type for the Erceg model.

ErcegCouplingNode.total_air_pressure

Total air pressure.

ErcegCouplingNode.valid

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

ErcegCouplingNode.warnings

Warnings for the node, if any.

ErcegCouplingNode.water_vapor_concentration

Water vapor concentration.