create_dc_terminal#

EdbSiwave.create_dc_terminal(component_name, net_name, source_name='')[source]#

Create a dc terminal.

Parameters:
component_namestr

Name of the positive component.

net_namestr

Name of the positive net.

source_namestr, optional

Name of the source. The default is "".

Returns:
str

The name of the source.

Examples

>>> from pyaedt import Edb
>>> edbapp = Edb("myaedbfolder", "project name", "release version")
>>> edb.siwave.create_dc_terminal("U2A5", "V1P5_S3", "source_name")