create_qfactor_report#

Hfss.create_qfactor_report(project_dir, outputlist, setupname, plotname, Xaxis='X')[source]#

Export a CSV file of the EigenQ plot.

Parameters:
project_dirstr

Directory to export the CSV file to.

outputlistlist

Output quantity, which in this case is the Q-factor.

setupnamestr

Name of the setup to generate the report from.

plotnamestr

Name of the plot.

Xaxisstr, optional

Value for the X axis. The default is "X".

Returns:
bool

True when successful, False when failed.

References

>>> oModule.CreateReport