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 from prior. Prefer fix()/unfix() over setting this field directly – they validate that the value is actually usable, which direct assignment does not.

Type:

Quantity, float, or int, optional