Error When Automating Measurments in Feko with some objects already present
Hello
I am working on a project where this time there is an aluminum cube shell and an spiral antenna present in the FEKO model file. I am trying to simulate lots of configurations of a perfect electrically conductive cube inside the aluminum cube shell by generating a random cube (random length, random x, y, z coordinates).
Before I had a different simulation where nothing was present originally in the model and I got it to run, however this time I am getting an error I suspect it has something to do with the objects present in the model before the cube is generated:
'84: Error 16271: Empty expression is not allowed for Segment size.
Error 16628: Error in expression at position 0 for expression: Segment size = '
I'm not sure how to fix this
Answers
-
You are not setting the custom mesh properties correctly. Use macro recording to see the scripting equivalent of the custom mesh settings you would like to define.
0 -
Thanks for the suggestion!
I got it to work
I actually didn't know anything about macros before, but now I realize it's a pretty useful tool
0