You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need to test several individual sources in the same generated room. Now I iteratively generated the same room with the same parameters. Is there a way that we can replace the source with another in a generated room?
Thanks.
The text was updated successfully, but these errors were encountered:
Hi @sun-peach , if you know all the source locations in advance, you can just generate everything all at once (add multiple sources to the room).
If the locations are not independent (e.g. you determine the next location from the simulation output), then the current best solution is as you do it now, i.e. recreate the room.
The simulation changes the state of the Room object and it is best to create a new one for a new simulation.
I need to test several individual sources in the same generated room. Now I iteratively generated the same room with the same parameters. Is there a way that we can replace the source with another in a generated room?
Thanks.
The text was updated successfully, but these errors were encountered: