I am trying to automate taking a lot of measurements with FEKO
Basically what I am trying to do is create a large dataset for a neural network
and do that by writing a Lua script that does the following:
1) generate a few random let's say for now perfect conductor objects(cubes, spheres,...etc) at random positions with random sizes constrained by some constraints
2) create a source let's say 7 feet from the objects and send a wave at the objects
3) run simulation and measure the Hy field component at 6 evenly spaced locations let's say 1 foot from the objects
4) repeat many times, changing the position of the source and the position of the 6 measurement points by an interval in a given direction
5) store measurements in a file
6) repeat 1-5 many times, generating a new set of random objects that are randomly placed and have random sizes and take a lot of measurements as described earler
I've been trying to figure out how to do this for a while for a project, any help would be greatly appreciated
Many thanks!