Files
pysim/pySim/esim
Neels Hofmeyr 7d07e74211 saip: add numeric_base indicator to ConfigurableParameter and ParamSource
By default, numeric_base = None, to indicate that there are no explicit
limitations on the number space.

For parameters that are definitely decimal, set numeric_base = 10.
For definitely hexadecimal, set numeric_base = 16.

Do the same for ConfigurableParameter as well as ParamSource, so callers
can match them up: if a parameter is numeric_base = 10, then omit
sources that are numeric_base = 16, and vice versa.

Change-Id: Ib0977bbdd9a85167be7eb46dd331fedd529dae01
2026-03-10 23:17:45 +01:00
..
2025-09-24 15:04:36 +00:00
2026-02-09 12:46:03 +00:00
2025-09-24 17:59:17 +00:00
2025-08-15 13:04:02 +02:00