create_scattering#
- Hfss3dLayout.create_scattering(plot: str | None = 'S Parameter Plot Nominal', sweep_name: str | None = None, port_names: str | list | None = None, port_excited: str | list | None = None, variations: dict | None = None) bool#
Create a scattering report.
- Parameters:
- plot
str,optional Name of the plot. The default is
"S Parameter Plot Nominal".- sweep_name
str,optional Name of the sweep. The default is
None.- port_names
strorlist,optional One or more port names. The default is
None.- port_excited
optional The default is
None.- variations
dict,optional The default is
None.
- plot
- Returns:
- bool
Truewhen successful,Falsewhen failed.
References
>>> oModule.CreateReport