9 | Software Operation
INFICON
242 / 319
074-594-P1H Micro GC Fusion Operating Man-
ual
9.13 Automatic Appending CSV File
The procedure below demonstrates how to use Micro GC Fusion to create
continuously updated comma separated value (CSV) files from calibrated methods
using Python software. Running this CSV script appends a new row of analysis results
to the end of a .CSV logfile after each new run has completed.
The CSV file contains the following information:
• time and name of run
• concentration and normalized concentration for each calibrated compound
• area count and retention time for each calibrated compound
At least one compound must be calibrated for a meaningful logfile.
When the Valco Stream Selector is connected, the name of the run field is replaced by
the port name defined in the Valve Configuration screen.
9.13.1 Install Python Software
Python is a free and open source scripting language that is widely used for scientific
data analysis. To install Python, download the latest installer from https://
www.python.org/. Either Python v2.7 or v3.5.2 or above will work for this example.
Select v3.5.2 or above, unless integrating with older Python code.
To install Python 3.5.2 or above on Windows:
1 Download the file python-3.5.2.exe or latest version.
2 Locate the file on the computer and double click to on python-3.5.2.exe or latest
version.
ð
When prompted by the installer, check Add Python 3.5 or PATH option.
3 Click Install Now to continue the installation.