add_page#

ModelerNexxim.add_page(name: str) int#

Add a page to the schematic.

Parameters:
namestr

Name of the page to add.

Returns:
int

Page number

Examples

>>> from ansys.aedt.core.modeler.schematic import ModelerNexxim
>>> obj = ModelerNexxim()
>>> obj.add_page(name="MyObject")