HataCouplingNode#

class ansys.aedt.core.emit_core.nodes.generated.hata_coupling_node.HataCouplingNode(emit_obj, result_id, node_id)#

Provide hata coupling node.

Methods

HataCouplingNode.delete()

Delete this node.

HataCouplingNode.duplicate([new_name])

Duplicate this node.

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

Export's the data for this node

HataCouplingNode.get_is_component()

Check if node is also a component.

HataCouplingNode.get_properties([...])

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

HataCouplingNode.plot([antennas, ports])

Bring up a Cartesian plot for this node

HataCouplingNode.props_to_dict(props)

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

HataCouplingNode.set_properties(properties)

Set multiple node properties simultaneously.

Attributes

HataCouplingNode.allowed_child_types

Child types allowed for this node.

HataCouplingNode.base_antenna

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

HataCouplingNode.children

Child nodes of this node.

HataCouplingNode.custom_fading_margin

Custom Fading Margin.

HataCouplingNode.enabled

Enable/Disable coupling.

HataCouplingNode.environment

Specify the environment type for the Hata model.

HataCouplingNode.fading_availability

Fading Availability.

HataCouplingNode.fading_type

Specify the type of fading to include.

HataCouplingNode.include_atmospheric_absorption

Include Atmospheric Absorption.

HataCouplingNode.include_rain_attenuation

Adds a margin for rain attenuation to the computed coupling.

HataCouplingNode.mobile_antenna

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

HataCouplingNode.name

Name of the node.

HataCouplingNode.node_type

The type of this emit node.

HataCouplingNode.odesktop

Desktop instance used for version checking.

HataCouplingNode.parent

The parent of this emit node.

HataCouplingNode.parent_name

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

HataCouplingNode.pointing_error_loss

Pointing Error Loss.

HataCouplingNode.polarization_mismatch

Polarization Mismatch.

HataCouplingNode.polarization_tilt_angle

Polarization Tilt Angle.

HataCouplingNode.properties

Node properties.

HataCouplingNode.rain_availability

Rain Availability.

HataCouplingNode.rain_rate

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

HataCouplingNode.std_deviation

Standard deviation modeling the random amount of shadowing loss.

HataCouplingNode.temperature

Air temperature in degrees Celsius.

HataCouplingNode.total_air_pressure

Total air pressure.

HataCouplingNode.valid

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

HataCouplingNode.warnings

Warnings for the node, if any.

HataCouplingNode.water_vapor_concentration

Water vapor concentration.