MakeFolder
Jump to navigation
Jump to search
The module MakeFolder can be used to structure the saved data using folders. The handling is similar to the module MakeFile. The position of MakeFolder in the sequencer defines how often a new folder is created.
Handling
- MakeFolder create a new folder for each higher variation. For example, MakeFolder module nested into Temperature module, automatically creates a new folder for each set temperautre
- The MakeFolder module support the parameter syntax {...}, but only works well when setpoint parameter like "..._SweepValue" are used, because the folder is created before the measurement starts.
- You can use multiple MakeFolder nested into each other and they will stepwise expand the folder structure, e.g you group your measurement data by electrical and by optical characterization and then you can further create multiple folders for different electrical measurements within major folder for electrical measurements.
- Make sure your MakeFile module is nested into the MakeFolder module. A MakeFile module above a MakeFolder leads to non-sense.
- You can create nested subfolders by using backslash e.g. "measurement\test1" which creates a folder "test1" inside the folder "measurement".
Examples
- Different measurements are performed and for each measurement a new branch is created in the sequencer. For each measurement, a new folder will be created to quickly separate measurement files from each other
- A measurement done is for each position of a wafer prober. For each position, a new folder is created with the measurements that are done at this position.