LogDistanceCouplingNode#

class ansys.aedt.core.emit_core.nodes.generated.log_distance_coupling_node.LogDistanceCouplingNode(emit_obj, result_id, node_id)#

Provide log distance coupling node.

Methods

LogDistanceCouplingNode.delete()

Delete this node.

LogDistanceCouplingNode.duplicate([new_name])

Duplicate this node.

LogDistanceCouplingNode.export_to_csv(file_name)

Export's the data for this node

LogDistanceCouplingNode.get_is_component()

Check if node is also a component.

LogDistanceCouplingNode.get_properties([...])

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

LogDistanceCouplingNode.plot([antennas, ports])

Bring up a Cartesian plot for this node

LogDistanceCouplingNode.props_to_dict(props)

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

LogDistanceCouplingNode.set_properties(...)

Set multiple node properties simultaneously.

Attributes

LogDistanceCouplingNode.allowed_child_types

Child types allowed for this node.

LogDistanceCouplingNode.antenna_a

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

LogDistanceCouplingNode.antenna_b

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

LogDistanceCouplingNode.children

Child nodes of this node.

LogDistanceCouplingNode.custom_fading_margin

Custom Fading Margin.

LogDistanceCouplingNode.enabled

Enable/Disable coupling.

LogDistanceCouplingNode.environment

Specify the environment type for the Log Distance model.

LogDistanceCouplingNode.fading_availability

Fading Availability.

LogDistanceCouplingNode.fading_type

Specify the type of fading to include.

LogDistanceCouplingNode.include_atmospheric_absorption

Include Atmospheric Absorption.

LogDistanceCouplingNode.include_rain_attenuation

Adds a margin for rain attenuation to the computed coupling.

LogDistanceCouplingNode.name

Name of the node.

LogDistanceCouplingNode.node_type

The type of this emit node.

LogDistanceCouplingNode.odesktop

Desktop instance used for version checking.

LogDistanceCouplingNode.parent

The parent of this emit node.

LogDistanceCouplingNode.parent_name

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

LogDistanceCouplingNode.path_loss_exponent

Path Loss Exponent.

LogDistanceCouplingNode.pointing_error_loss

Pointing Error Loss.

LogDistanceCouplingNode.polarization_mismatch

Polarization Mismatch.

LogDistanceCouplingNode.polarization_tilt_angle

Polarization Tilt Angle.

LogDistanceCouplingNode.properties

Node properties.

LogDistanceCouplingNode.rain_availability

Rain Availability.

LogDistanceCouplingNode.rain_rate

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

LogDistanceCouplingNode.std_deviation

Standard deviation modeling the random amount of shadowing loss.

LogDistanceCouplingNode.temperature

Air temperature in degrees Celsius.

LogDistanceCouplingNode.total_air_pressure

Total air pressure.

LogDistanceCouplingNode.valid

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

LogDistanceCouplingNode.warnings

Warnings for the node, if any.

LogDistanceCouplingNode.water_vapor_concentration

Water vapor concentration.