notes#

property Multiplexer.notes: str#

Expand to view/edit notes stored with the project.

Examples

>>> from ansys.aedt.core import Emit
>>> app = Emit()
>>> mux = app.schematic.create_component("Multiplexer")
>>> mux.notes = "example_value"