From ee07215bc5f3a21706af5a73e8fc50cb38917882 Mon Sep 17 00:00:00 2001 From: pulipakaa24 Date: Sun, 23 Nov 2025 14:09:20 -0600 Subject: [PATCH] better name --- MAGLEV_DIGITALTWIN_PYTHON/ReadMe.md | 2 +- MAGLEV_DIGITALTWIN_PYTHON/{topSimulate.py => SimulateSingle.py} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename MAGLEV_DIGITALTWIN_PYTHON/{topSimulate.py => SimulateSingle.py} (100%) diff --git a/MAGLEV_DIGITALTWIN_PYTHON/ReadMe.md b/MAGLEV_DIGITALTWIN_PYTHON/ReadMe.md index 8e9756f..d3eb3b6 100644 --- a/MAGLEV_DIGITALTWIN_PYTHON/ReadMe.md +++ b/MAGLEV_DIGITALTWIN_PYTHON/ReadMe.md @@ -2,7 +2,7 @@ ## Running the Simulation Run ```pip install -r requirements.txt``` followed by the desired simulation file. Or, if your environment is already set up, just run the python file. ### Single Simulation -Run ```topSimulate.py```. You must exit the visualization window in order to see the data plots.
Generated files will be saved to ```sim_results/``` in the directory where the python script is run from (likely the root directory of your repository clone). +Run ```SimulateSingle.py```. You must exit the visualization window in order to see the data plots.
Generated files will be saved to ```sim_results/``` in the directory where the python script is run from (likely the root directory of your repository clone). ### Multiple Simulations with parameter noise Set desired parameter noise level in ```simulateMultipleWithNoise.py```, then run. Noise is applied to electromagnetic characteristics, length, width, sensor position, yoke position, moment of inertia, and mass.
Generated files will be saved to ```sim_results_multi/```. ## Modifying the PID control algorithm diff --git a/MAGLEV_DIGITALTWIN_PYTHON/topSimulate.py b/MAGLEV_DIGITALTWIN_PYTHON/SimulateSingle.py similarity index 100% rename from MAGLEV_DIGITALTWIN_PYTHON/topSimulate.py rename to MAGLEV_DIGITALTWIN_PYTHON/SimulateSingle.py