First time here? Checkout the FAQ!
x
+1 vote
by (130 points)
edited by

Hi everyone, 

I was working with the igbapd tool for my project and managed to create an output-file (apd.dat) with calculated APDs. However when I change the "--mode" to 'all' in my code I suddenly don't get any output file anymore, although I didn't change anything in the "--output-file" line (check the following codeblock). The simulation works perfectly fine, It's just that I get all of the values printed in the terminal, but I would like to work with the output file. 

   igbdir = simID + '/vm.igb'

   igbout = '--output-file=' + simID + '/apd.dat'

    cmd    = [ settings.execs.igbapd,

                   '--repol=80',

                   '--vup=-10',

                   '--peak-value=plateau',

                   '--mode=all',

                   igbout,

                   igbdir,

                    ]

    

    job.bash(cmd)

Thanks in advance :)

2 Answers

0 votes
by (3.5k points)
Hi Hana,

For all nodes igbapd won't write an output file. We are checking the function to add this functionality.

Best,

Jorge
0 votes
by (3.5k points)
Hi Hana,

This issue was solved and implemented in openCARP now. Please update your openCARP version to use this update.

Best,

Jorge
by (130 points)
Hi Jorge,

Thank you so much! :)

Best,
Hana
Welcome to openCARP Q&A. Ask questions and receive answers from other members of the community. For best support, please use appropriate TAGS!
architecture, carputils, documentation, experiments, installation-containers-packages, limpet, slimfem, website, governance
...