Issue: The model and analysis indexing is 1 based while the simulator methods are all 0 based.
Solution: Update all functions that use indexing to be consistent throughout the application, in code use 0 based indexing. When the GUI is developed the indexing can be shifted to 1-based.
Issue: The model and analysis indexing is 1 based while the simulator methods are all 0 based.
Solution: Update all functions that use indexing to be consistent throughout the application, in code use 0 based indexing. When the GUI is developed the indexing can be shifted to 1-based.