8.7  COMMAND LINE PARAMETERS

You can supply OneLiner/Power Flow executable files with command-line parameters to perform special operations at the program start up. The parameters are entered in the Windows Start | Run edit box or in a Windows batch file.

In the following, C:\ASPENDIR\oneline.exe is the full path name of the ASPEN OneLiner executable file. For the ASPEN Power Flow Program, substitute this with C:\ASPENDIR\aspenpf.exe.

 

TO START OneLiner/Power Flow WITH WINDOW MAXIMIZED:

Use command line: 

   C:\ASPENDIR\oneline.exe -M

 

TO START OneLiner/Power Flow WITH NO TOOLBAR:

Use command line: 

   C:\ASPENDIR\oneline.exe -T

 

TO START OneLiner/Power Flow WITH NO WARNING MESSAGES:

Use command line: 

   C:\ASPENDIR\oneline.exe -Q

 

TO START OneLiner FOR A BATCH BREAKER CHECKING RUN:

Use command line:

  C:\ASPENDIR\oneline.exe -B nType -F InputFileName -R TextReportName -V CSVReportName [-S]

where:

       nType              Type of device to check.
Enter 1 to check breakers; 2 to check fuses; 4 to check switches; 8 to check reclosers.

       InputFileName   Full path name of OLR or DXT file with network and breaker data.

       TextReportName    Full path name of checking text report designed for human readability.

       CSVReportName    Full path name of checking report in CSV format that can be opened in a spreadsheet program.

       -S                   Shutdown the program after checking is complete. This parameter is optional.

 

TO START OneLiner/Power Flow AND RUN A PowerScript PROGRAM:

Use command line:

  C:\ASPENDIR\oneline.exe -R ScriptFileName [ORLFileName] [-S]

where:

       ORLFileName    Full path name of OLR file to open before running PowerScript program.

       ScriptFileName  Full path name of the PowerScript program. This parameter is optional.

       -S                   Shutdown the program after script execution is complete. This parameter is optional.