exa.common.data.parameter.SettingValue

Contents

exa.common.data.parameter.SettingValue#

SettingValue#

Setting.value type system is wider than the one used by Observations. FIXME unify them.

alias of Annotated[bool | str | int | float | complex | ndarray, PlainValidator(func=validate_value, json_schema_input_type=Any), PlainSerializer(func=serialize_value, return_type=PydanticUndefined, when_used=always), WithJsonSchema(json_schema={‘type’: ‘any’}, mode=None)] | list | None