Run Time Options for AcuReport
Each program requires zero or more command-line options to run.
The supported command-line options for AcuReport are:
-h
Print usage and exit. It is equivalent to help = TRUE [command-line]
- Default value
The default value of this option is False.
- Example
acuReport -h
-file<str>
File name of the report generation script ; (_auto, uses <problem>.rep)
- Default value
The default value of this option is "_auto".
- Example
acuReport -file pump.rep
-pb<str>
Problem name
- Default value
The default value of this option is "_undefined".
- Example
acuReport -pb pump
-dir<str>
Working directory which includes all the intermediate and final data generated by ACUSIM modules.
- Default value
The default value of this option is "ACUSIM.DIR".
- Example
acuReport -file pump.rep -dir pump
Note: In the above example, pump directory must exist and includes the data generated by ACUSIM modules.
-run<int>
Run number
- Default value
The default value of this option is 0.
- Example
acuReport -file pump.rep -run 1
-acs<str>
AcuConsole database name; (_auto, uses <problem>.acs)
- Default value
The default value of this option is "_auto ".
- Example
acuReport -file pump.rep -acs pump.acs
Create PDF file.
- Default value
The default value of this option is False.
- Example
acuReport -file pump.rep -pdf
-rtf
Create .rtf file
- Default value
The default value of this option is False.
- Example
acuReport -file pump.rep -rtf
-HTML
Create HTML file
- Default value
The default value of this option is False.
- Example
acuReport -file pump.rep -html
-usr1<str>
User specific option 1, accessible in the report
- Default value
The default value of this option is "None".
- Example
acuReport -file pump.rep -usr1 case1
-usr2<str>
User specific option 2, accessible in the report
- Default value
The default value of this option is "None".
- Example
acuReport -file pump.rep -usr2 case2
-v<int>
Verbose level
- Default value
The default value of this option is 0.
- Example
acuReport -file pump.rep -v 1