Python framework: Expected data type check update
Python framework: Expected data typ check update
Feature Request
Summary
Change runtime_output output in expected data type check from info to error and abort program.
Why?
If a value from the acXML or the module configuration file is a string instead of a numerical value, abort the program instead of printing the info and setting the value to None.
Acceptance Criteria
- Test if wrong data type (str instead of float/int) aborts the program.
Additional Notes
Include references, examples, or diagrams if applicable.