Changes between Version 6 and Version 7 of MSEBatch
- Timestamp:
- 2010-09-10 15:27:23 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MSEBatch
v6 v7 3 3 4 4 == '''Overview''' == 5 6 7 5 The MSE Batch plugin allows you to run the MSE module in batch mode from a command file. The command file runs the MSE module changing input parameters for each iteration and outputting data file. 8 6 … … 22 20 23 21 == Command file format == 24 The command file is a CSV (coma separated values) file that contains tags. Tag's appears at the start of a line in the file and are used to identify the line as an MSE input parameter. Lines in the command file that do not contain a recognized tag will be ignored. A command file can any number of lines that are not valid input data as long as they don't start with a valid tag e.g comments, user notes.22 The command file is a CSV (coma separated values) file that contains tags. Tag's appears at the start of a line in the file and are used to identify the line as an MSE input parameter. Lines in the command file that do not contain a recognized tag will be ignored. A command file can any number of lines that are not valid input data as long as they don't start with a valid tag e.g comments, user notes. The order that tags appear in the file is not important.