获取仿真数据
()
| 125 | # ========================================== |
| 126 | @app.route('/api/data') |
| 127 | def get_simulation_data(): |
| 128 | """获取仿真数据""" |
| 129 | return jsonify(simulation_engine.get_system_data()) |
| 130 | |
| 131 | |
| 132 | @app.route('/api/debug_status') |
nothing calls this directly
no test coverage detected