Session#

A session both launches a new EDB API server and creates a channel connection to this server. Once these actions are completed, all EDB API function calls are processed using this channel.

Functions#

launch_session(ansys_em_root[, port_num])

Launch a local session to an EDB API server.

session(ansys_em_root, port_num[, ip_address])

Launch a local session to an EDB API server in a context manager.