Hi,
Can I append a file to another using sys command?
Thank you.
Hi,
Can I append a file to another using sys command?
Thank you.
no, this is not possible with a +sys command.
Please use #include inside the TEDDY input file.
For more explanation see our SOFiSTIK manual, chapter 2.9.2 and 2.9.3:
You may also use the +Apply command. Please see our standard CSM examples, where we use this command to insert an external file.
I am actually using prog iter to do an iterative analysis with multiple moduls.
The problem is, at the end, I only get the results of the last iteration on the report.
Is there a way to avoid this?
Thank you.
Yes
Add
+sys copy $(name).cdb $(iter).cdb
+sys copy $(name).plb $(iter).plb
Before iteration step ends
You will have database snapshot of every step with ursula report
Thank you for your answer.
I found out that all I had to do is check print all results for ITER in the calculation settings.