WalfischCouplingNode#

class ansys.aedt.core.emit_core.nodes.generated.walfisch_coupling_node.WalfischCouplingNode(emit_obj, result_id, node_id)#

Provide walfisch coupling node.

Methods

WalfischCouplingNode.delete()

Delete this node.

WalfischCouplingNode.duplicate([new_name])

Duplicate this node.

WalfischCouplingNode.export_to_csv(file_name)

Export's the data for this node

WalfischCouplingNode.get_is_component()

Check if node is also a component.

WalfischCouplingNode.get_properties([...])

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

WalfischCouplingNode.plot([antennas, ports])

Bring up a Cartesian plot for this node

WalfischCouplingNode.props_to_dict(props)

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

WalfischCouplingNode.set_properties(properties)

Set multiple node properties simultaneously.

Attributes

WalfischCouplingNode.allowed_child_types

Child types allowed for this node.

WalfischCouplingNode.base_antenna

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

WalfischCouplingNode.children

Child nodes of this node.

WalfischCouplingNode.custom_fading_margin

Custom Fading Margin.

WalfischCouplingNode.distance_between_buildings

The distance between two buildings.

WalfischCouplingNode.enabled

Enable/Disable coupling.

WalfischCouplingNode.environment

Specify the environment type for the Walfisch model.

WalfischCouplingNode.fading_availability

Fading Availability.

WalfischCouplingNode.fading_type

Specify the type of fading to include.

WalfischCouplingNode.incidence_angle

Angle between the street orientation and direction of incidence.

WalfischCouplingNode.include_atmospheric_absorption

Include Atmospheric Absorption.

WalfischCouplingNode.include_rain_attenuation

Adds a margin for rain attenuation to the computed coupling.

WalfischCouplingNode.mobile_antenna

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

WalfischCouplingNode.name

Name of the node.

WalfischCouplingNode.node_type

The type of this emit node.

WalfischCouplingNode.odesktop

Desktop instance used for version checking.

WalfischCouplingNode.parent

The parent of this emit node.

WalfischCouplingNode.parent_name

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

WalfischCouplingNode.path_loss_type

Specify LOS vs NLOS for the Walfisch-Ikegami model.

WalfischCouplingNode.pointing_error_loss

Pointing Error Loss.

WalfischCouplingNode.polarization_mismatch

Polarization Mismatch.

WalfischCouplingNode.polarization_tilt_angle

Polarization Tilt Angle.

WalfischCouplingNode.properties

Node properties.

WalfischCouplingNode.rain_availability

Rain Availability.

WalfischCouplingNode.rain_rate

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

WalfischCouplingNode.roof_height

The height of the building where the antenna is located.

WalfischCouplingNode.std_deviation

Standard deviation modeling the random amount of shadowing loss.

WalfischCouplingNode.street_width

Width of the street.

WalfischCouplingNode.temperature

Air temperature in degrees Celsius.

WalfischCouplingNode.total_air_pressure

Total air pressure.

WalfischCouplingNode.valid

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

WalfischCouplingNode.warnings

Warnings for the node, if any.

WalfischCouplingNode.water_vapor_concentration

Water vapor concentration.