Using Python in the command line
The command line is an integral part of the Developer Control Bar.
If this bar is not visible, select View > Show/Hide and check the Developer tickbox.
The Python Command Line can accept any supported API Methods.
Note: Methods supported by Python will include the SISpy or PySIS notation.
You can generate a descriptive list of the available methods and their parameters using the help(sis) in the Python Command Line:
To check the syntax and parameter of a specific method use:
help (sis.methodname)
Examples of using Python in the command line: