create_voltage_pulse#

NexximComponents.create_voltage_pulse(compname=None, value_lists=None, location=None, angle=0, use_instance_id_netlist=False)[source]#

Create a voltage pulse.

Parameters:
compnamestr, optional

Name of the voltage pulse. The default is None.

value_listslist, optional

List of values for the voltage pulse. The default is [].

locationlist of float, optional

Position on the X axis and Y axis.

anglefloat, 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.

Returns:
pyaedt.modeler.cad.object3dcircuit.CircuitComponent

Circuit Component Object.

References

>>> oEditor.CreateComponent