create_field_model#

NexximComponents.create_field_model(design_name, solution_name, pin_names, model_type='hfss')[source]#

Create a field model.

Parameters:
design_namestr

Name of the design.

solution_namestr

Name of the solution.

pin_nameslist

List of the pin names.

model_typestr, optional

Type of the model. The default is "hfss".

Returns:
bool

True when successful, False when failed.

References

>>> oModelManager.Add
>>> oComponentManager.Add