ASE Non-Linear Multiple Load Cases

Hi All,

I need to perform non-linear (2th) analsys in ASE for several load combinations.
Load combinations are defined in Teddy (SofiLoad) and numbered from 1001 to 1036.

Does anybody know a way to automate the non-linear analysis in Teddy?

I tried to create a loop in ASE so that NL analysis is performed, but apparently NL analysis can only be called in specific instances of ASE.

Thanks.

try somethink like this:

+prog ase
head nonl
loop#i 36
  syst prob nonl
  lc 1001+#i
  end
endloop
end