Simulate a running network
- running_network.init_log()
Initializes the log file and directory if needed.
- Args
None
- Returns
None
- running_network.run_simulation(script_name)
Runs the selected UC simulation and logs its outcome.
- Args
script_name (str): Name of the UC script to run.
- Returns
None