CenterSpanBaseOptions#
- class CenterSpanBaseOptions(center, span, count=None, base=None, asc=None)#
Bases:
SweepOptions
Range 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_options
Attributes
Order of generated values.
base
Number of values to generate.
Value of interval center for the power.
Size of the interval for the power
Methods
- Parameters:
- count: int = None#
Number of values to generate. Default to
exa.common.control.sweep.option.constants.DEFAULT_COUNT
.