Command line interface: Difference between revisions

From SweepMe! Wiki
Jump to navigation Jump to search
(Created page with "SweepMe! can be controlled via command line by handing over command line options. == Example == Open a command line and type in the following line: '''SweepMe!.py -setting="...")
 
No edit summary
Line 4: Line 4:
Open a command line and type in the following line:
Open a command line and type in the following line:


'''SweepMe!.py -setting="test.set" -user="Axel Fischer" -folder="test2" -file="test1" -r -s -c'''
'''SweepMe!.py -setting="test.set" -user="first last name" -folder="test2" -file="test1" -r -s -c'''


SweepMe! will be started by loading the setting '''test.set''' from the setting folder.  
SweepMe! will be started by loading the setting '''test.set''' from the setting folder.  
The user is set to '''Axel Fischer''' if available in the list of users.
The user is set to '''first last name''' if available in the list of users.
Folder and file are '''test2''' and '''test1''', respectively.
Folder and file are '''test2''' and '''test1''', respectively.
After start of SweepMe!, the measurement will automatically run (-r), save the data (-s), and close the program afterwards (-c).
After start of SweepMe!, the measurement will automatically run (-r), save the data (-s), and close the program afterwards (-c).

Revision as of 01:11, 7 March 2017

SweepMe! can be controlled via command line by handing over command line options.

Example

Open a command line and type in the following line:

SweepMe!.py -setting="test.set" -user="first last name" -folder="test2" -file="test1" -r -s -c

SweepMe! will be started by loading the setting test.set from the setting folder. The user is set to first last name if available in the list of users. Folder and file are test2 and test1, respectively. After start of SweepMe!, the measurement will automatically run (-r), save the data (-s), and close the program afterwards (-c). Probably, you have to modify some of the commannd line options to get the sample working.

Batch processing

By using batch files, SweepMe! can be started multiple times to perform different measurements, which have previously been configured via a setting file.

Command line options

  • -setting / set setting file
  • -r / run on start
  • -c / close after run
  • -s / save data after run
  • -user / set user (only set if user exists)
  • -file / set file name
  • -folder / set folder name
  • -d / debug mode: show all error message in ConsoleWindow
  • -p / suppress plot