🎉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

How to retrieve dBs values on PostFeko into a text file

User: "CORENTIN Leroy"
Altair Community Member
Updated by CORENTIN Leroy

Hello!

I would like to know if there is a way to retrieve the dB values of a cartesian view (according X,Y or Z axis) into a text file or another type of file.

I am working with a Lua script so I can avoid to do all the things manually.

I already use GetSetData to print the number of sample points of my fields according the axis but I don't know how I can see the dB values related to X,Y,Z and frequency values.

Thank you by advance!

Find more posts tagged with

Sort by:
1 - 1 of 11
    User: "GGAMPALA"
    Altair Employee
    Updated by GGAMPALA

    Is LUA preventing you from converting the linear value to dB using the 'log10' function:

    image