EmitComponents#

class ansys.aedt.core.modeler.circuits.primitives_emit.EmitComponents(parent, modeler)[source]#

EmitComponents class.

This is the class for managing all EMIT components.

Methods

EmitComponents.create_component(component_type)

Create a new component from a library.

EmitComponents.create_radio_antenna(radio_type)

Create a new radio and antenna and connect them.

EmitComponents.get_antennas()

Get all antennas in the design.

EmitComponents.get_obj_id(object_name)

Get object ID.

EmitComponents.get_radios()

Get all radios in the design.

EmitComponents.refresh_all_ids()

Refresh all IDs and return the number of components.

EmitComponents.update_object_properties(o)

Update the properties of an EMIT component.

Attributes