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
int
orfloat
,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,
"MHz
or"GHz"
. The default is"GHz"
.
- range_type
- Returns:
- bool
True
when successful,False
when failed.