create_coupling_inductors#
- NexximComponents.create_coupling_inductors(compname, l1, l2, value=1, location=None, angle=0, use_instance_id_netlist=False)#
Create a coupling inductor.
- Parameters:
- compname
str Name of the coupling inductor.
- l1
float,optional Value for the first inductor.
- l2
float,optional Value for the second inductor.
- value
float,optional Value for the coupling inductor. The default is
1.- location
listoffloat,optional Position on the X axis and Y axis. The default is
None.- angle
float,optional Angle rotation in degrees. The default is
0.- use_instance_id_netlistbool,
optional Whether to use the instance ID in the net list. The default is
False.
- compname
- Returns:
ansys.aedt.core.modeler.circuits.object_3d_circuit.CircuitComponentCircuit Component Object.
References
>>> oEditor.CreateComponent