com.apamax.matlab
Event GetFloatSequenceRequest


Gets a float sequence variable from MATLAB engine workspace. Uses Matlab API function engGetVariable. NOTE: maximum name size is currently 256 characters. A change would require recompiling the plug-in.
Member summary
 stringsessionID

The unique ID of the session to be used.
 stringmessageID

Shows the order in which the events are routed.
 stringname

Name of the MATLAB sequence e.g. "bn".
 
Member detail

messageID

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

name

            string name
        
Name of the MATLAB sequence e.g. "bn".

sessionID

            string sessionID
        
The unique ID of the session to be used.