get_source_pin_names#

Circuit.get_source_pin_names(source_design_name, source_project_name=None, source_project_path=None, port_selector=3)[source]#

Retrieve pin names.

Parameters:
source_design_namestr

Name of the source design.

source_project_namestr, optional

Name of the source project. The default is None.

source_project_pathstr, optional

Path to the source project if different than the existing path. The default is None.

port_selectorint, optional

Type of the port. Options are 1, 2, and 3, corresponding respectively to "Wave Port", "Terminal", or "Circuit Port". The default is 3, which is a circuit port.

Returns:
list

List of pin names.

References

>>> oModule.GetExcitationsOfType