We’re putting the final touches on our new badges platform. Badge issuance remains temporarily paused, but all completions are being recorded and will be fulfilled once the platform is live. Thank you for your patience.
General

General

How to load an EnSight session file from the command line

    • FAQFAQ
      Participant

      The following is the Python command for loading a session file: ensight.objs.ensxml_restore_file(r”””test.ens”””) If this command is put in a .py file, EnSight can be run from the command line with: ensight102 -p loadsession.py, which will run the Python file, and in turn load the session file. Similarly, the following is the Python command for loading a context file: ensight.file.restore_context(“test.ctx”)