FiveGChannelModel#

class ansys.aedt.core.emit_core.nodes.generated.five_g_channel_model.FiveGChannelModel(emit_obj, result_id, node_id)#

Provide five g channel model.

Methods

FiveGChannelModel.delete()

Delete this node.

FiveGChannelModel.duplicate([new_name])

Duplicate this node.

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

Export's the data for this node

FiveGChannelModel.get_is_component()

Check if node is also a component.

FiveGChannelModel.get_properties([...])

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

FiveGChannelModel.plot([antennas, ports])

Bring up a Cartesian plot for this node

FiveGChannelModel.props_to_dict(props)

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

FiveGChannelModel.set_properties(properties)

Set multiple node properties simultaneously.

Attributes

FiveGChannelModel.allowed_child_types

Child types allowed for this node.

FiveGChannelModel.base_antenna

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

FiveGChannelModel.children

Child nodes of this node.

FiveGChannelModel.custom_fading_margin

Custom Fading Margin.

FiveGChannelModel.enabled

Enable/Disable coupling.

FiveGChannelModel.environment

Specify the environment for the 5G channel model.

FiveGChannelModel.fading_availability

Fading Availability.

FiveGChannelModel.fading_type

Specify the type of fading to include.

FiveGChannelModel.include_atmospheric_absorption

Include Atmospheric Absorption.

FiveGChannelModel.include_bpl

Includes building penetration loss if true.

FiveGChannelModel.include_rain_attenuation

Adds a margin for rain attenuation to the computed coupling.

FiveGChannelModel.los

True if the operating environment is line-of-sight.

FiveGChannelModel.mobile_antenna

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

FiveGChannelModel.name

Name of the node.

FiveGChannelModel.node_type

The type of this emit node.

FiveGChannelModel.nyu_bpl_model

Specify the NYU Building Penetration Loss model.

FiveGChannelModel.odesktop

Desktop instance used for version checking.

FiveGChannelModel.parent

The parent of this emit node.

FiveGChannelModel.parent_name

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

FiveGChannelModel.pointing_error_loss

Pointing Error Loss.

FiveGChannelModel.polarization_mismatch

Polarization Mismatch.

FiveGChannelModel.polarization_tilt_angle

Polarization Tilt Angle.

FiveGChannelModel.properties

Node properties.

FiveGChannelModel.rain_availability

Rain Availability.

FiveGChannelModel.rain_rate

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

FiveGChannelModel.std_deviation

Standard deviation modeling the random amount of shadowing loss.

FiveGChannelModel.temperature

Air temperature in degrees Celsius.

FiveGChannelModel.total_air_pressure

Total air pressure.

FiveGChannelModel.valid

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

FiveGChannelModel.warnings

Warnings for the node, if any.

FiveGChannelModel.water_vapor_concentration

Water vapor concentration.