Author Topic: Nano language  (Read 3837 times)

0 Members and 1 Guest are viewing this topic.

Offline Abhilash

  • Regular QuantumATK user
  • **
  • Posts: 9
  • Country: in
  • Reputation: 0
    • View Profile
Nano language
« on: July 3, 2013, 08:13 »
Sir,

Are there any tutorials or documents to help students learn the nano language used in ATK? Is it possible to build structures in ATK just by knowing python scripting or are the commands and syntax used unique to nano language?

Thanks and Regards

Abhilash

Offline Anders Blom

  • QuantumATK Staff
  • Supreme QuantumATK Wizard
  • *****
  • Posts: 5538
  • Country: dk
  • Reputation: 90
    • View Profile
    • QuantumATK at Synopsys
Re: Nano language
« Reply #1 on: July 4, 2013, 23:45 »
NanoLanguage is a Python module, so knowing Python well is the first step. After that you can in principle just read the Reference Manual in order to know how to use the classes and functions in the module. In practice, a very good first step is naturally to look at the scripts generated by the Script Generator, and as a second step the many scripts available in the tutorials.