Job title to excel upon model run

Adeel Yawar
Adeel Yawar New Altair Community Member
edited October 2020 in Community Q&A

I want to create a model log system that works like this

 

1. As I run the job, the name, date and path of the input file is located in a master excel file

2. After the job stops running (successfully or with error) the reason for that is also written in the excel file.

3. This way I can track my progress throughout th whole year.

 

I assume it needs some TCL/tk programming in the files that are always called when somebody runs a job. Can anybody provide me with some help or a starting tip?

 

Thanks in advance

Adeel

 

Answers

  • tinh
    tinh Altair Community Member
    edited September 2019

    Yes, it is possible. Just use tcl.tk to read the *.out file, get infos in it and put it in excel

     

    Could you send a sample *.out file ?