


This function sets project filename to global variable.
The filename is used for recording the result of
job execution to project file.
function set_project_filename(filename)
[IN]
filename : fullpath project file name.
Copyright (C) 2011, ATR All Rights Reserved.
License : New BSD License(see VBMEG_LICENSE.txt)

0001 function set_project_filename(filename) 0002 % This function sets project filename to global variable. 0003 % The filename is used for recording the result of 0004 % job execution to project file. 0005 % 0006 % function set_project_filename(filename) 0007 % [IN] 0008 % filename : fullpath project file name. 0009 % 0010 % Copyright (C) 2011, ATR All Rights Reserved. 0011 % License : New BSD License(see VBMEG_LICENSE.txt) 0012 0013 static_project_filename('set', filename); 0014