FunctionSweep#
- class FunctionSweep(parameter, options)#
Bases:
Sweep
Generates parameter values based on callable object from options.
Module:
exa.common.control.sweep.function_sweep
Attributes
parameter
The Sweep represents changing the values of this Parameter.
options
Range specification where the values are derived from.
Methods
- Parameters:
parameter (Parameter) –
options (SweepOptions) –