Examples

Quick reference for initializing, running, and closing an EMode session:

import emodeconnection as emc

em = emc.EMode()                   # Launch and check out license
em.function_name(keyword = value)  # Call EMode functions
em.close()                         # Close and check in license

Example Scripts

EMode2D Scripts
EMode3D Scripts