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_name
str
Name of the source design.
- source_project_name
str
,optional
Name of the source project. The default is
None
.- source_project_path
str
,optional
Path to the source project if different than the existing path. The default is
None
.- port_selector
int
,optional
Type of the port. Options are
1
,2
, and3
, corresponding respectively to"Wave Port"
,"Terminal"
, or"Circuit Port"
. The default is3
, which is a circuit port.
- source_design_name
- Returns:
list
List of pin names.
References
>>> oModule.GetExcitationsOfType