create_qfactor_report#

Hfss.create_qfactor_report(project_dir: str = None, output: list = None, setup: str = None, name: str = '', x_axis: str | None = 'X') bool#

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