We would like to write an sc_frontend in Python instead of C++. All our drivers
work correctly, as well as the creation of the database in the ODB, including the
creation of Commons, Statistics, Variables, and Settings.
However, we are unable to correctly create the database entries needed to manage
History and Display.
As we understand it, in C++ this is handled by setting the EQ_SLOW flag, which
doesn’t seem to be implemented in the Python libraries.
How can we manually create the necessary variables for Display and History? |