create# PowerIQSource.create() → bool# Create a new source in AEDT. Returns: boolTrue when successful, False when failed. Examples >>> from ansys.aedt.core.modules.boundary.circuit_boundary import Sources >>> source = Sources(app, name="V1") >>> source.create()