set_sim_solution_on_hfss_subcircuit# NexximComponents.set_sim_solution_on_hfss_subcircuit(component, solution_name='Setup1 : Sweep')[source]# Set the simulation solution on the HFSS subcircuit. Parameters: componentstrAddress of the component instance. For example, "Inst@Galileo_cutout3;87;1". solution_namestr, optionalName of the solution and sweep. The default is "Setup1 : Sweep". Returns: boolTrue when successful, False when failed. References >>> oProject.ChangeProperty Copy to clipboard