LumpedPortToCircuitPort
Converts a lumped port to a circuit port for a driven terminal or driven modal design in HFSS.
| UI Access
|
Right-click on a lumped port excitation in the project tree, then select Convert to Circuit Port.
|
| Parameters
|
|
|
|
|
| <PortName> |
String |
Name of the lumped port to be converted. |
|
| Return Value
|
None.
|
| Python Syntax
|
LumpedPortToCircuitPort(<PortName>)
|
| Python Example
|
oModule.LumpedPortToCircuitPort("Port1")
|
| VB Syntax |
LumpedPortToCircuitPort <PortName>
|
| VB Example
|
oModule.LumpedPortToCircuitPort "Port1"
|