The Options tree specifies all import options for the impBRUKER X-Function.
Syntax: Options.Treenode:=<value>
Example: Options.FirstMode :=3 // Specify the import mode for the 1st file
The Names branch of the Options tree specifies how to name the worksheet and workbook.
Syntax: Options.Names.Treenode:= <value>
Example:
The partial branch of the Options tree specifies how to partially import the file. Please note, the values set in this branch are using column groups(such as one X column and one Y column as a group) as unit, which is different with other data type.
Syntax: Options.PartImp.Treenode:= <value>
Note that When you specify a number l for Read and a number k for Skip, l column points are imported while k column points are skipped for every l+k column points.
The Script branch of the Options tree specifies the script after the file imported.
Syntax: options.scripts.Treenode:= <value>
Example: options.scripts.ScriptAfterEachImport:="worksheet -a 2;" //Add n columns to the active worksheet after each import.