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_variable("HELLO","world") # name, value
 a_dict = { "name":"value", "name2":"value2", "name3":"value3", "name4":"value4" }
 s1.add_variable(a_dict)
  • No labels