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.The name of the new coaxial port is automatically assigned. Parameters: ref_des_listlist, strList of one or more reference designators. net_listlist, strList of one or more nets. Returns: boolTrue when successful, False when failed.