Sweep#

class Sweep(parameter, options)#

Bases: object

Base immutable class for sweeps.

Module: exa.common.control.sweep.sweep

Attributes

data

List of values for parameter

parameter

The Sweep represents changing the values of this Parameter.

options

Range specification where the values are derived from.

Methods

Parameters:
parameter: Parameter#

The Sweep represents changing the values of this Parameter.

options: SweepOptions#

Range specification where the values are derived from.

property data: List[Any]#

List of values for parameter