com.apamax.matlab
Event OpenSessionRequest


Starts a MATLAB process for the purpose of using MATLAB as a computational engine. Uses Matlab API function engOpen if singleUse = false and engOpenSingleUse if singleUse = true. Single Use is unavailable on Linux.
Member summary
 stringsessionID

A unique ID for the session to be created The ID must be unique among the currently open sessions.
 stringmessageID

Shows the order in which the events are routed.
 booleansingleUse

If true, creates a new Matlab session with its own variable space. Otherwise, connects to the main session. Multiple "non-single-use" sessions will share variable space and can be open at the same time. Must be false on Linux.
 
Member detail

messageID

            string messageID
        
Shows the order in which the events are routed.

sessionID

            string sessionID
        
A unique ID for the session to be created The ID must be unique among the currently open sessions.

singleUse

            boolean singleUse
        
If true, creates a new Matlab session with its own variable space. Otherwise, connects to the main session. Multiple "non-single-use" sessions will share variable space and can be open at the same time. Must be false on Linux.