Primary
Parameter.values ⚬|docu|1st|20251021193445-00-⌔
Parameter — PyXspec 2.1.5 documentation#xspec.Parameter.values
property
valuesList of value floats [val,delta,min,bot,top,max].
This may be set with:
string: x.values = “3.2,,,,1e2, 1e3”
single float: x.values = 4.1 (sets ‘val’ only)
tuple: x.values = 8.2,.02, -10.
list: x.values = [8.2,.02, -10.]
Note that Tuple and List input do not allow the use of consecutive commas for argument spacing.
Printed 2026-06-28.
(echo:: @ ᯤ)
Link to original
Secondary
• • •