The SKIRT project
advanced radiative transfer for astrophysics
Functions
pts.admin.do.try_do Namespace Reference

Test basic PTS command line functionality. More...

Functions

"try the PTS command mechanism" do ((str,"first and only positional argument") aFixedString,(str,"optional string argument") aString="PTS is great",(float,"optional float argument") aFloat=3.14,(int,"optional integer argument") anInteger=7)
 

Detailed Description

Test basic PTS command line functionality.

You can use this script to test basic PTS command line functionality. It simply outputs the values of its argument (a single positional argument and three optional arguments).

The script can also serve as a starting template for developing other scripts.