Extraction of a the mass and write in a cell of a table page by tcl

FaForno
FaForno Altair Community Member
edited December 2023 in Community Q&A

Dear All,

I'm working to extract automatically some info form the result model and, I'm writing the data needed in cells of a table page in HW.

Basically I had all the info I need, the only missed is the mass on my model.

I can plot is using .out file but I'm not abole to read the info from this "one point" graph.

Can someone help me, please?

 

Thansk a lot in advance and best regards,

Fabio

Answers

  • Michael Herve_21439
    Michael Herve_21439
    Altair Employee
    edited December 2023

    Hello @FoForno,

     

    if you already plotted your mass from your out file in HyperGraph, then you should be able to fill your cell with

    ={piwjck.y[0]}

     

    with i being the id of the page, j the number of the window in the page, and k the id of the curve

     

    Does that help?

     

    Best Regards,

    Michael

  • FaForno
    FaForno Altair Community Member
    edited December 2023

    Dear Michael,

    It works fine!

     

    Thanks a lot!

     

    Best regards,

    Fabio