File: CommandLineInterface.rst

package info (click to toggle)
python-expyriment 0.7.0%2Bgit34-g55a4e7e-3.2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,504 kB
  • ctags: 2,094
  • sloc: python: 12,766; makefile: 150
file content (21 lines) | stat: -rw-r--r-- 866 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Command line interface
======================
The command line interface can be used to start the Expyriment Reference Tool, 
or to run the Expyriment test suite or any Python script with predefined 
Expyriment default settings.

Usage::

    python -m expyriment.cli [EXPYRIMENT SCRIPT] [OPTIONS]

        OPTIONS:
              -g              No OpenGL
              -t              No time stamps for output files
              -w              Window mode
              -f              Fast mode (no initialize delay and fast quitting)
              -a              Auto create subject ID
              -i              Intensive logging (log level 2)
              -d              Develop mode (equivalent to -gwfat)
              -T              Run Test Suite
              -A              Start API Reference Tool
              -h              Show this help