OS shellΒΆ

Most of the Autolab functions can also be used directly from a Windows or Linux terminal without opening explicitely a Python shell.

Just execute the command autolab or autolab -h or autolab --help in your terminal to see the available subcommands.

C:\Users\qchat>      autolab
C:\Users\qchat>      autolab -h
Hostname:/home/User$ autolab --help

The subcommands are :

  • autolab infos : a shortcut of the python function autolab.infos() to list the drivers and the local configurations available on your system.
  • autolab gui : a shortcut of the python function autolab.gui() to start the graphical interface of Autolab.
  • autolab device : a shortcut of the python interface Device (see Command device)
  • autolab driver : a shortcut of the python interface Driver (see Command driver)
  • autolab doc : a shortcut of the python function autolab.doc() to open the present online documentation.
  • autolab report : a shortcut of the python function autolab.report() to open the present online documentation.
  • autolab stats : a shortcut to manage (enable/disable/query) the anonymous data would collect at import autolab. No personal data is sent, sha256 hashing is used to generate and send a single ID once. Those are used for statistics.

Table of contents: