|
Example:
|
Action:
|
|
MRunRes
|
Opens the existing specified results file
|
|
MRunRes <ProtocolFile>
|
Launches the specified protocol file ready to start measurements.
|
|
MRunRes /run <ProtocolFile>
|
Launches the specified protocol file and starts the measurements straight away.
|
|
MRunRes /run <ProtocolFile> /exit
|
Launches the specified protocol file and starts the measurements straight away exits when finished.
|
|
MRunRes /edit <ProtocolFile>
|
Launches the specified protocol file for editing.
|
|
MRunRes <ProtocolFile> <DataFileToImport>
|
Launches the specified protocol which imports data and imports the specified file.
|
|
MRunRes <ProtocolFile> <DataFileToImport> /exit
|
Launches the specified protocol which imports data and imports the specified file then exits
|
|
MRunRes <ProtocolFile> /IMPORT:sampleids <MISFile> <FileToImport>
|
Launches the specified protocol file ready to start measurements and imports the Sample IDs from the file to import using the specified MIS file
|
|
MRunRes /run <ProtocolFile> /IMPORT:sampleids <MISFile> <FileToImport> /exit
|
As previous but also automatically starts the measurement process and exits on completion.
|
|
MRunRes <ResultsFile> /IMPORT:sampleids <MISFile> <FileToImport>
|
Opens the existing specified results file and imports the Sample IDs from the file to import using the specified MIS file
|
|
MRunRes <ResultsFile> /IMPORT:trans1 <MISFile> <FileToImport>
|
Opens the specified results file and imports the table data from the text file to import using the specified MIS file, the results being stored in transform number 1.
|
|
MRunRes <ResultsFile> /IMPORT:trans1 <MISFile1> <FileToImport1> /IMPORT:sampleids <MISFile2> <FileToImport2>
|
Opens the specified results file and imports sample ID and transform data from the two files.
|