uvex_transients.models.core.parameters.Parameter.fixed_value#
- Parameter.fixed_value: ScalarPhysicalValue | None#
A constant physical value this parameter is pinned to.
When set,
sample()always returns this value instead of drawing fromprior. Preferfix()/unfix()over setting this field directly – they validate that the value is actually usable, which direct assignment does not.