PropagationLossCouplingNode#

class ansys.aedt.core.emit_core.nodes.generated.propagation_loss_coupling_node.PropagationLossCouplingNode(emit_obj, result_id, node_id)#

Provide propagation loss coupling node.

Methods

PropagationLossCouplingNode.delete()

Delete this node.

PropagationLossCouplingNode.duplicate([new_name])

Duplicate this node.

PropagationLossCouplingNode.export_to_csv(...)

Export's the data for this node

PropagationLossCouplingNode.get_is_component()

Check if node is also a component.

PropagationLossCouplingNode.get_properties([...])

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

PropagationLossCouplingNode.plot([antennas, ...])

Bring up a Cartesian plot for this node

PropagationLossCouplingNode.props_to_dict(props)

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

PropagationLossCouplingNode.set_properties(...)

Set multiple node properties simultaneously.

Attributes

PropagationLossCouplingNode.allowed_child_types

Child types allowed for this node.

PropagationLossCouplingNode.antenna_a

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

PropagationLossCouplingNode.antenna_b

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

PropagationLossCouplingNode.children

Child nodes of this node.

PropagationLossCouplingNode.custom_fading_margin

Custom Fading Margin.

PropagationLossCouplingNode.enabled

Enable/Disable coupling.

PropagationLossCouplingNode.fading_availability

Fading Availability.

PropagationLossCouplingNode.fading_type

Specify the type of fading to include.

PropagationLossCouplingNode.include_atmospheric_absorption

Include Atmospheric Absorption.

PropagationLossCouplingNode.include_rain_attenuation

Adds a margin for rain attenuation to the computed coupling.

PropagationLossCouplingNode.name

Name of the node.

PropagationLossCouplingNode.node_type

The type of this emit node.

PropagationLossCouplingNode.odesktop

Desktop instance used for version checking.

PropagationLossCouplingNode.parent

The parent of this emit node.

PropagationLossCouplingNode.parent_name

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

PropagationLossCouplingNode.pointing_error_loss

Pointing Error Loss.

PropagationLossCouplingNode.polarization_mismatch

Polarization Mismatch.

PropagationLossCouplingNode.polarization_tilt_angle

Polarization Tilt Angle.

PropagationLossCouplingNode.properties

Node properties.

PropagationLossCouplingNode.rain_availability

Rain Availability.

PropagationLossCouplingNode.rain_rate

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

PropagationLossCouplingNode.std_deviation

Standard deviation modeling the random amount of shadowing loss.

PropagationLossCouplingNode.temperature

Air temperature in degrees Celsius.

PropagationLossCouplingNode.total_air_pressure

Total air pressure.

PropagationLossCouplingNode.valid

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

PropagationLossCouplingNode.warnings

Warnings for the node, if any.

PropagationLossCouplingNode.water_vapor_concentration

Water vapor concentration.