I have a scenario where in I need to pass variables from one Simulation to other simulation.
Is there a way to achieve this
Requirement:
- I have a variable in Simulation 1
- I need to pass the same variable to Simulation 2
What is the best way to do it. Should I use inheritance ?