Good day, Thank you so much for your help! It works and I was able to observe the frequency nadir after disconnecting the solar from the system. The final thing I wanted to do was to connect a battery that starts injecting power after the solar is disconnected. To do this I was planning on using the battery object and the inverter_dyn object by setting VSM_mode true as per the example found in the wiki. However, it seems like this hasn't been implemented yet? I got an error saying that frequency_droop_mode,...
Good day, Thank you so much for your response. I fixed the switch player and confirmed that it opens after 1 second of the simulation starting, and all the NAN values are now fixed. However, from my simulations, it seems that the grid frequency is a constant 60Hz at all the nodes before and after I disconnect the solar+inverter objects from the rest of the system. The recorders are recording at the subsecond level, so I think I was able to trigger deltamode correctly, plus, from my understanding,...
Good day, I am currently trying to do a simulation based on the test_deltamode_diesel_dg.glm example. The main difference is I replaced the second diesel_g object with solar + inverter_dyn objects, referencing the code from test_inverter_dyn_PV_DC_model.glm for the solar+inverter_dyn objects. Additionally, I added a switch that will disconnect the inverter from the rest of the grid after a short delay. My expectation was that the measured_frequency at all the nodes/buses in the system would show...