create_interface_port# MaxwellCircuitComponents.create_interface_port(name, location=[], angle=0)[source]# Create an interface port. Parameters: namestrName of the port. locationlist, optionalPosition on the X and Y axis. The default is None. anglefloat, optionalAngle rotation in degrees. The default is 0. Returns: pyaedt.modules.Boundary.ExcitationCircuit Excitation Object. References >>> oEditor.CreateIPort Copy to clipboard