edit_notes#

Maxwell3d.edit_notes(text)[source]#

Edit notes.

Notes are used to document aspects of designs only.

Parameters:
textstr

Text to be added in the design notes.

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.")