Now:
Microscope
| |
Thermo DigitalTwin
Future:
Microscope
| |
EM____ SPM______
| | | |
Real DT Real DT
Microscope.py turns into ElectronMicroscope.py
where
class ElectronMicroscope(Microscope)
and
class Microscope(Device)
***This will make server startup a mess, we could use yaml config files to keep track and init different servers for DT vs real
Now:
Microscope
| |
Thermo DigitalTwin
Future:
Microscope
| |
EM____ SPM______
| | | |
Real DT Real DT
Microscope.py turns into ElectronMicroscope.py
where
class ElectronMicroscope(Microscope)
and
class Microscope(Device)
***This will make server startup a mess, we could use yaml config files to keep track and init different servers for DT vs real