set_save_fields#
- SweepHFSS3DLayout.set_save_fields(save_fields: bool, save_rad_fields: bool = False) bool#
Choose whether to save fields.
- Parameters:
- Returns:
- bool
Truewhen successful,Falsewhen failed.
Examples
>>> from ansys.aedt.core.modules.solve_sweeps import SweepHFSS3DLayout >>> obj = SweepHFSS3DLayout() >>> obj.set_save_fields(save_fields=True)