create_touchstone_report#

Circuit.create_touchstone_report(plot_name, curvenames, solution_name=None, variation_dict=None, differential_pairs=False, subdesign_id=None)[source]#

Create a Touchstone plot.

Parameters:
plot_namestr

Name of the plot.

curvenameslist

List of names for the curves to plot.

solution_namestr, optional

Name of the solution. The default value is None.

variation_dictdict, optional

Dictionary of variation names. The default value is None.

differential_pairsbool, optional

Specify if the plot is on differential pairs traces. The default value is False.

subdesign_idint, optional

Specify a subdesign ID to export a Touchstone file of this subdesign. The default value is None.

Returns
——-
bool

True when successful, False when failed.

References

>>> oModule.CreateReport