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

asc

Order of generated values.

base

count

Number of values to generate.

center

Value of interval center for the power.

span

Size of the interval for the power

Methods

Parameters:
center: int | float#

Value of interval center for the power.

span: int | float#

Size of the interval for the power

count: int = None#

Number of values to generate. Default to exa.common.control.sweep.option.constants.DEFAULT_COUNT.

asc: bool = None#

Order of generated values. Default to ascending