change_range#
- SweepHFSS3DLayout.change_range(range_type, start, end=None, count=None, unit='GHz')#
Change the range of the sweep.
- Parameters:
- range_type
str Type of the subrange. Options are
"LinearCount","SinglePoint","LinearStep", and"LogScale".- start
float Starting frequency.
- end
float,optional Stopping frequency. The default is
None. A value is required for these subranges:"LinearCount","LinearStep", and"LogScale".- count
intorfloat,optional Frequency count or frequency step. The default is
None. A value is required for these subranges:"LinearCount","LinearStep", and"LogScale".- unit
str,optional Unit of the frequency. For example,
"MHzor"GHz". The default is"GHz".
- range_type
- Returns:
- bool
Truewhen successful,Falsewhen failed.