🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

Error When Automating Measurments in Feko with some objects already present

User: "Sasha1296"
Altair Community Member
Updated by Sasha1296

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

 

Unable to find an attachment - read this blog

Find more posts tagged with

Sort by:
1 - 2 of 21
    User: "Madelé"
    Altair Employee
    Updated by Madelé

    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.

    User: "Sasha1296"
    Altair Community Member
    OP
    Updated by Sasha1296

    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