FixedOptions#
Module: exa.common.control.sweep.option.fixed_options
- class FixedOptions(fixed)#
Bases:
SweepOptionsRange fixed options.
Attributes
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={}, mode=None)])
- fixed: WithJsonSchema(json_schema={}, mode=None)]#
One-dimensional array of values.
Inheritance
