I have a map file in ODB format, and I want to place several transmitters on this map, generate simulation results for receiving power at a certain height, and export it to ASCII format as shown below.


But I need a large amount of similar data, with varying transmitter positions, different power levels, and varying simulation heights.
May I ask if there are any recommended methods?
For instance, utilizing API methods or WinPropCLI methods?
Then by using loop statements, each time randomly generating the positions of transmitters within a certain area, and also randomly assigning power within a specified range, then generating simulation results and saving them.
Is this feasible?