Frequency initializer.
Creates a Frequency object from start/stop/npoints and a unit. Alternatively, the class method from_f() can be used to create a Frequency object from a frequency vector instead.
Parameters : | start : number
stop : number
npoints : int
unit : [‘hz’,’khz’,’mhz’,’ghz’] |
---|
See also
Notes
The attribute unit sets the property freqMultiplier, which is used to scale the frequency when f_scaled is referenced.
Examples
>>> wr1p5band = Frequency(500,750,401, 'ghz')