add_sweep# SetupQ3D.add_sweep(name=None, sweep_type='Interpolating')[source]# Add a sweep to the project. Parameters: namestr, optionalName of the sweep. The default is None, in which case a name is automatically assigned. sweep_typestr, optionalType of the sweep. The default is "Interpolating". Returns: pyaedt.modules.SolveSweeps.SweepHFSS or pyaedt.modules.SolveSweeps.SweepMatrixSweep object. References >>> oModule.InsertFrequencySweep Copy to clipboard