Skip to main content

Python package for controlling Nanonis Tramea software through python

Project description

Python Interface Package for Nanonis

Official python package for the Nanonis TRAMEA Controller software.

Usage

This package allows users of the Nanonis TRAMEA Controller software to use and control said software through python commands.

How to use

Importing

import nanonis_tramea

Initializing Connection through the socket module

import socket

connection = socket.socket(socket.AF_INET, socket.SOCK_STREAM)

connection.connect((IP_ADRESS_HERE, PORT_HERE))

nanonisInstance = nanonis_spm.Nanonis(connection)

NOTE : THE PORT HAS TO BE AN INTEGER AND THE IP ADRESS A STRING

Enabling Debug Console Output

The function "returnDebugInfo()" takes an integer as an argument. This integer should be either 1 = on, or 0 = off. This option is off by default.

Enable by running: nanonisInstance.returnDebugInfo(1)

Examples

There is a collection of examples installed with the package.

The description of all the available functions can be found in the TCP Protocol Document, and hovering on the function depending on the used IDE.

IMPORTANT: The TCP Interface requires every argument to be of certain size (see documentation). This is why the Numpy dependency is required, since it enables the specification of variable sizes.

Change Log

1.0.7

Added missing argument to TCPLog_ChsSet.

1.0.6

Fixed the programmatic control of the Oscilloscope High Resolution graph, where some functions now include an input for channel selection to support the 4-channel version of this graph.

1.0.5

Fixed some missing variable names in the function declaration of some MCVA functions. Removed a check in the ParseError function which set a different error string offset for functions returning exactly 8 bytes.

1.0.4

Fixed the indentation of two Script functions (Script.Open and Script.LUTOpen) which triggered an error when trying to use the class. Changed the behavior of the returnDebugInfo function so that nothing is printed out if there is no error.

1.0.3

Added the function Util.VersionGet to get the software version, the MCVA5 preamplifier functions, and the V5e Generic PI Controller functions.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

nanonis_tramea-1.0.7.tar.gz (1.1 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

nanonis_tramea-1.0.7-py3-none-any.whl (36.8 kB view details)

Uploaded Python 3

File details

Details for the file nanonis_tramea-1.0.7.tar.gz.

File metadata

  • Download URL: nanonis_tramea-1.0.7.tar.gz
  • Upload date:
  • Size: 1.1 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.8.1

File hashes

Hashes for nanonis_tramea-1.0.7.tar.gz
Algorithm Hash digest
SHA256 440379e996e54a2ae21d5f7096a4f44045ac98de7f9935036bb017256707fe84
MD5 f0d2357a9bc3e731cba3fa04facd7d35
BLAKE2b-256 447795bd1ab1ec33755d16c7b4144c269518f01786e6f0b6645e6524e832d9bb

See more details on using hashes here.

File details

Details for the file nanonis_tramea-1.0.7-py3-none-any.whl.

File metadata

  • Download URL: nanonis_tramea-1.0.7-py3-none-any.whl
  • Upload date:
  • Size: 36.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.8.1

File hashes

Hashes for nanonis_tramea-1.0.7-py3-none-any.whl
Algorithm Hash digest
SHA256 c5f72a2119fe36030051246a50f9cdbd251c5facb6366484499a92078b6e848c
MD5 7656eb532a139d52b1a2f8665430c109
BLAKE2b-256 0ded2092c2b2838d536bc0c8585bd9dc07be5cc05c96c28d27e9b0af81fbd5aa

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page