ecFlow's documentation is now on readthedocs!

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

 s1 = ecflow.Suite("s1");
 s1.add_limit( "limitName4", 10 ) # name, maximum token
 f1 = ecflow.Family("f1")
 f1.add_inlimit( "limitName4","/s1/f1",2) # limit name, path to limit, tokens consumed
  • No labels