edit_notes#
- MaxwellCircuit.edit_notes(text)#
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
Truewhen successful,Falsewhen failed.
References
>>> oDesign.EditNotes()
Examples
>>> from ansys.aedt.core import Maxwell3d >>> m3d = Maxwell3d() >>> m3d.edit_notes("This is an example.")