create_touchstone_report#

Circuit.create_touchstone_report(name, curves, solution=None, variations=None, differential_pairs=False, subdesign_id=None)[source]#

Create a Touchstone plot.

Parameters:
namestr

Name of the plot.

curveslist

List of names for the curves to plot.

solutionstr, optional

Name of the solution. The default is None.

variationsdict, optional

Dictionary of variation names. The default is None.

differential_pairsbool, optional

Whether the plot is on differential pairs traces. The default 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