public static getEventFrameData ( string server_database, string AttributeName, string MatlabName, AFEventFrame frame, bool addToListView ) : void | ||
server_database | string | Unique string representing the server and database |
AttributeName | string | The name of the AFEventFrame AFAttribute. |
MatlabName | string | The name of the variable in the Matlab workspace. |
frame | AFEventFrame | The AFEventFrame object. |
addToListView | bool | true: adds input into the LogSystem. (Generally true) |
return | void |