CenterSpanBaseOptions#
- class CenterSpanBaseOptions(center, span, count=None, base=None, asc=None)#
Bases:
SweepOptionsRange generation options.
Values are generated over the interval from base power start of the range with the center center and the size of span to base power end of the range with the center center and the size of span. The number of values = count. These options are used only for exponential sweep range.
Module:
exa.common.control.sweep.option.center_span_base_optionsAttributes
Order of generated values.
baseNumber of values to generate.
List of values for
parameterValue of interval center for the power.
Size of the interval for the power
Methods
- Parameters:
- count: int | None = None#
Number of values to generate. Default to
exa.common.control.sweep.option.constants.DEFAULT_COUNT.