EmitSchematic#

class ansys.aedt.core.emit_core.emit_schematic.EmitSchematic(emit_project)#

Represents the EMIT schematic and provides methods to interact with it.

Examples

>>> from ansys.aedt.core import Emit
>>> app = Emit()
>>> app.schematic

Methods

EmitSchematic.compare_components(...[, ...])

Compare two EMIT schematic components.

EmitSchematic.compare_nodes(node_1, node_2)

Compare two EMIT nodes.

EmitSchematic.connect_components(...)

Connect two components in the schematic.

EmitSchematic.create_component(component_type)

Create a component.

EmitSchematic.create_radio_antenna(radio_type)

Create a new radio and antenna and connect them.

EmitSchematic.delete_component(name)

Delete a component from the schematic.

Attributes