add_sweep# Setup3DLayout.add_sweep(name=None, sweep_type='Interpolating')[source]# Add a frequency sweep. Parameters: namestr, optionalName of the sweep. The default is None, in which case a name is automatically assigned. sweep_typestr, optionalType of the sweep. Options are "Fast", "Interpolating", and "Discrete". The default is "Interpolating". Returns: ansys.aedt.core.modules.solve_sweeps.SweepHFSS3DLayoutSweep object. References >>> oModule.AddSweep