create_qfactor_report#

Hfss.create_qfactor_report(project_dir, output, setup, name, x_axis='X')[source]#

Export a CSV file of the EigenQ plot.

Parameters:
project_dirstr

Directory to export the CSV file to.

outputlist

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

setupstr

Name of the setup to generate the report from.

namestr

Name of the plot.

x_axisstr, optional

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

Returns:
bool

True when successful, False when failed.

References

>>> oModule.CreateReport