-
The way the COM interface works, you launch your python program and it sets up communication with Nanoscope. Your python program has all the capabilities from python and its modules (launching other programs, beeping, analyzing, plotting, etc.) and it can control Nanoscope using the commands made available through COM. These commands are described in
-
Hi Andres, If you have already succeeded in running a script to change scan size, you are well on your way to controlling your system from python! That means that you must have a Nanoscript key (to allow access to the COM interface) and Nanoscope must be registered as a COM server. There is a lot of information about python online, but I like the python
-
Plot of HSDC data created with Python(X, Y) Script