public getAFData ( string server_database, string attName, string MatlabName, string searchPath, string start, string end, bool edit ) : void | ||
server_database | string | The string of the server and database 'server'-'database' |
attName | string | Name of the Attribute. |
MatlabName | string | Variable name to be used in Matlab workspace. |
searchPath | string | The path to the Element. |
start | string | The time at which data will start being imported from. |
end | string | The time when data will stop being imported. |
edit | bool | true: Adds the log input into the LogSystem (generally true) |
return | void |