AntennaNode#

class ansys.aedt.core.emit_core.nodes.generated.antenna_node.AntennaNode(emit_obj, result_id, node_id)#

Provide antenna node.

Methods

AntennaNode.add_antenna_passband()

Add a New Passband to this Antenna.

AntennaNode.delete()

Delete this node.

AntennaNode.duplicate([new_name])

Duplicate this node.

AntennaNode.get_is_component()

Check if node is also a component.

AntennaNode.get_properties([property_names, ...])

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

AntennaNode.props_to_dict(props)

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

AntennaNode.set_properties(properties[, ...])

Set multiple node properties simultaneously.

Attributes

AntennaNode.allowed_child_types

Child types allowed for this node.

AntennaNode.antenna_file

Antenna File.

AntennaNode.antenna_metadata_file

Name of HFSS exported file with antenna metadata.

AntennaNode.antenna_polarization

Choose local-coordinates polarization along boresight.

AntennaNode.antenna_temperature

Antenna noise temperature.

AntennaNode.antenna_type

Defines the type of antenna.

AntennaNode.articulation_point

Articulation Point.

AntennaNode.attach_point

Attach Point.

AntennaNode.az_sample_interval

Space between azimuth-angle samples of pattern.

AntennaNode.azimuth_angle

Beam steering angle in azimuth.

AntennaNode.children

Child nodes of this node.

AntennaNode.color

Set color of antenna marker (cone) in 3-D window.

AntennaNode.coordinate_systems

Coordinate Systems.

AntennaNode.cosine_power

Power for cosine tapering.

AntennaNode.edge_taper

Edge taper level in dB.

AntennaNode.el_sample_interval

Space between elevation-angle samples of pattern.

AntennaNode.elevation_angle

Beam steering angle in elevation.

AntennaNode.extra_sidelobe

Toggle (on/off) option to define two sidelobe levels.

AntennaNode.first_sidelobe_hor_bw

Set beamwidth of first sidelobe beam in phi direction.

AntennaNode.first_sidelobe_level

First Sidelobe Level.

AntennaNode.first_sidelobe_vert_bw

Set beamwidth of first sidelobe beam in theta direction.

AntennaNode.frequency_domain

Frequency sample(s) defining antenna.

AntennaNode.has_frequency_domain

False if antenna can be used at any frequency.

AntennaNode.height_flare_half_angle

Height Flare Half-angle.

AntennaNode.horizontal_beamwidth

Set half-power beamwidth in local-coordinates azimuth plane.

AntennaNode.max_taper_distance_x

Maximum distance for tapering calculation in x-direction.

AntennaNode.max_taper_distance_y

Maximum distance for tapering calculation in y-direction.

AntennaNode.mouth_height

Set mouth height (along local x-axis) of the horn antenna.

AntennaNode.mouth_width

Set mouth width (along local y-axis) of the horn antenna.

AntennaNode.name

Name of the node.

AntennaNode.node_type

The type of this emit node.

AntennaNode.notes

Expand to view/edit notes stored with the project.

AntennaNode.odesktop

Desktop instance used for version checking.

AntennaNode.orientation

Set orientation of the antenna relative to parent-node coordinates.

AntennaNode.orientation_mode

Orientation Mode.

AntennaNode.outerbacklobe_level

Outer/Backlobe Level.

AntennaNode.parent

The parent of this emit node.

AntennaNode.parent_name

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

AntennaNode.peak_gain

Set peak gain of antenna (dBi).

AntennaNode.phasecenterorientation

Set orientation of the antennas linked coordinate system.

AntennaNode.phasecenterposition

Set position of the antennas linked coordinate system.

AntennaNode.position

Set position of the antenna in parent-node coordinates.

AntennaNode.position_defined

Toggles on/off the ability to define a position for the antenna.

AntennaNode.properties

Node properties.

AntennaNode.relative_orientation

Set orientation of the antenna relative to placement coordinates.

AntennaNode.relative_position

Set position of the antenna relative to placement coordinates.

AntennaNode.resonant_frequency

Resonant Frequency.

AntennaNode.show_axes

Toggle (on/off) display of antenna coordinate axes in 3-D window.

AntennaNode.show_composite_passband

Show plot instead of 3D window.

AntennaNode.show_icon

Toggle (on/off) display of antenna marker (cone) in 3-D window.

AntennaNode.show_relative_coordinates

Show Relative Coordinates.

AntennaNode.size

Adjust relative size of antenna marker (cone) in 3-D window.

AntennaNode.tags

Space delimited list of tags for coupling selections.

AntennaNode.tapering_function

Tapering function.

AntennaNode.use_phase_center

Use the phase center defined in the HFSS design.

AntennaNode.valid

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

AntennaNode.vertical_beamwidth

Set half-power beamwidth in local-coordinates elevation plane.

AntennaNode.vswr

VSWR.

AntennaNode.warnings

Warnings for the node, if any.

AntennaNode.waveguide_cutoff_frequency

Implied lowest operating frequency of pyramidal horn antenna.

AntennaNode.waveguide_height

Waveguide Height.

AntennaNode.waveguide_width

Waveguide Width.

AntennaNode.width_flare_half_angle

Width Flare Half-angle.