9 | Software Operation INFICON
244 / 319 074-594-P1H Micro GC Fusion Operating Man-
ual
9.13.2 Copy the CSV Script to the Computer
The CSV script must be saved on the computer in order to generate the file.
1
Open a supported browser.
2
Type
http://products.inficon.com/GetAttachment.axd?attaName=47f0f3f3-ffcf-
4fef-bad2-2ecf34b579eb
in the web browser address bar.
3
Press the
Enter
and the
csv-log.py
file will be saved in the designated download
location.
9.13.3 Customize the CSV Script
The CSV script must be updated to connect to Micro GC Fusion and to specify the
location for the .CSV logfile on the computer.
1
Once downloaded to the computer, right-click the
csv-log.py
file.
2
Select
Edit with IDLE
or
Open with Notepad
.
3
Under
IP Address of MicroGC Fusion instrument
is a
host
variable which must
be changed to the IP address of the instrument. Replace the quoted name with
the IP address of the instrument. For example,
host = '192.168.1.172
.'
4
Enter a destination for the files to be stored under
Folder for CSV Files
. Replace
the quotes location with the desired file location using double back slashes. For
example,
filesPrefix = 'C:\\Desktop\\CSVs Python\\.'