create_field_model# NexximComponents.create_field_model(design_name, solution_name, pin_names, model_type='hfss')[source]# Create a field model. Parameters: design_namestrName of the design. solution_namestrName of the solution. pin_nameslistList of the pin names. model_typestr, optionalType of the model. The default is "hfss". Returns: boolTrue when successful, False when failed. References >>> oModelManager.Add >>> oComponentManager.Add