FixedOptions#

Module: exa.common.control.sweep.option.fixed_options

class FixedOptions(fixed)#

Bases: SweepOptions

Range fixed options.

Attributes

data

List of values for parameter

fixed

List of values.

Methods

Parameters:

fixed (Annotated[list[Any] | ndarray, PlainValidator(func=~exa.common.control.sweep.sweep_values.validate_sweep_values, json_schema_input_type=~typing.Any), PlainSerializer(func=~exa.common.control.sweep.sweep_values.serialize_sweep_values, return_type=PydanticUndefined, when_used=always), WithJsonSchema(json_schema={'type': 'any'}, mode=None)])

fixed: WithJsonSchema(json_schema={'type': 'any'}, mode=None)]#

List of values.

property data: WithJsonSchema(json_schema={'type': 'any'}, mode=None)]#

List of values for parameter

Inheritance

Inheritance diagram of exa.common.control.sweep.option.fixed_options.FixedOptions