Hello everyone, I want to know if there is any document about Montecarlo. I am planning use it
to allocate pv systems in some buses of my distribution network.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I don't think there is a Monte Carlo mode for this purpose. I would use the Distribute command to randomly place PV generators over the system. This will generate a file of Generator definitions that you can edit to define them a different way. The following command will place 1 MW of generation at various load buses, randomly:
Hello everyone, I want to know if there is any document about Montecarlo. I am planning use it
to allocate pv systems in some buses of my distribution network.
I don't think there is a Monte Carlo mode for this purpose. I would use the Distribute command to randomly place PV generators over the system. This will generate a file of Generator definitions that you can edit to define them a different way. The following command will place 1 MW of generation at various load buses, randomly:
Alternatively, you can write some MATLAB or Python code to randomly place PVSystems according to some other algorithm via the COM interface.
Dear Roger
Can you send us the matlab code to randomly place PVSystems in Bus examples
Sorry, I don't do MATLAB. Just randomly pick a bus and define a PVSystem at that bus.