frequencySweep
Description
Create a frequency sweep object to setup the interpolation parameters for frequency sweep with a full-wave solver.
Creation
Syntax
Description
h = frequencySweep creates a default interpolating sweep
            object.
You can set the properties of this object only after its creation. Properties that you do not specify, retain their default values.
For example, h = frequencySweep; h.NumFreqs = 150; creates a
            default frequency sweep object and sets the number of frequency points to 150.
Properties
Object Functions
| getRationalModel | Read rational fitting parameters | 
Examples
Version History
Introduced in R2025a
