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:
- name
str
Name of the plot.
- curves
list
List of names for the curves to plot.
- solution
str
,optional
Name of the solution. The default is
None
.- variations
dict
,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_id
int
,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.
- name
References
>>> oModule.CreateReport