Source: EasyReflectometryApp/Backends/Py/status.py:42-44 — DEEP_ANALYSIS.md §5 item 14
phaseCount is declared @Property(str) but returns None, producing a Qt type-conversion warning on every access. "Phase count" is a leftover concept from EasyDiffraction with no meaning in reflectometry.
Fix: Remove the property (and its QML usage) or return a valid value if a real concept maps to it.
Source:
EasyReflectometryApp/Backends/Py/status.py:42-44— DEEP_ANALYSIS.md §5 item 14phaseCountis declared@Property(str)but returnsNone, producing a Qt type-conversion warning on every access. "Phase count" is a leftover concept from EasyDiffraction with no meaning in reflectometry.Fix: Remove the property (and its QML usage) or return a valid value if a real concept maps to it.