add_page# ModelerNexxim.add_page(name: str) → int# Add a page to the schematic. Parameters: namestrName of the page to add. Returns: intPage number Examples >>> from ansys.aedt.core.modeler.schematic import ModelerNexxim >>> obj = ModelerNexxim() >>> obj.add_page(name="MyObject")