create_coax_port_on_component#

EdbHfss.create_coax_port_on_component(ref_des_list, net_list)[source]#

Create a coaxial port on a component or component list on a net or net list.

Note

The name of the new coaxial port is automatically assigned.

Parameters:
ref_des_listlist, str

List of one or more reference designators.

net_listlist, str

List of one or more nets.

Returns:
bool

True when successful, False when failed.