The script file is well documented. Comments are preceded with a single quote. Please feel free to examine the code. The code does the following:
- Attaches to the active Projectile. You must have a projectile open.
- Sets the name and location of the output text file.
- Sets some input parameters. In our case these all match our projectile's values.
- Outputs the text file header and column labels.
- Loops with three Canard Deployment times (10 seconds ,15 seconds ,20 seconds).
- Loops with Roll Angles from 0 degrees to 350 degrees by 10's.
- Runs Contraj 7DOF within the two loops
- For each pass
- Writes a summary line to the results file.
- Sets up the Cross Plot Legend. The format is "Canard Deployment Time"_"Roll Angle".
- Saves the results to Cross Plots.
- Display a message when the script is finished.
A portion of the script file is shown below.
|
Previous
Top
Next
|