edit_notes#
- MaxwellCircuit.edit_notes(text)[source]#
Edit notes.
Notes are used to document aspects of designs only.
- Parameters:
- text
str
Text to be added in the design notes.
- text
- Returns:
- bool
True
when successful,False
when failed.
References
>>> oDesign.EditNotes()
Examples
>>> from ansys.aedt.core import Maxwell3d >>> m3d = Maxwell3d() >>> m3d.edit_notes("This is an example.")