ExponentialSweep#
- class ExponentialSweep(parameter, options)#
Bases:
Sweep
Generates parameter values spaced evenly on a geometric progression based on options.
If options is instance of
StartStopBaseOptions
, the start and stop of the interval are calculated from powers of start and stop.If options is instance of
CenterSpanBaseOptions
, the start and stop of the interval are calculated from powers of start and stop, which are derived from center and span.
- Raises:
ValueError – Error is raised if options is inconsistent.
- Parameters:
parameter (Parameter) –
options (SweepOptions) –
Module:
exa.common.control.sweep.exponential_sweep
Attributes
logger
parameter
The Sweep represents changing the values of this Parameter.
options
Range specification where the values are derived from.
Methods