set_sim_option_on_hfss_subcircuit# NexximComponents.set_sim_option_on_hfss_subcircuit(component, option='simulate')[source]# Set the simulation option on the HFSS subscircuit. Parameters: componentstrAddress of the component instance. For example, "Inst@Galileo_cutout3;87;1". optionstrSet the simulation strategy. Options are "simulate" and "interpolate". The default is "simulate". Returns: boolTrue when successful, False when failed. References >>> oProject.ChangeProperty Copy to clipboard