| 37 | |
| 38 | == Scenario Generation == |
| 39 | |
| 40 | When GSGT is started, it is necessary to open an existing scenario or to create a new scenario. |
| 41 | || = Selection = || = Response = || |
| 42 | ||Open || Choose an existing scenario from $GSGT_WORK_PATH || |
| 43 | ||New || 1. Choose (1 or more ERAM and TBFM) adaptation from $ADAPTATION_PATH. 2. Choose a location in $GSGT_WORK_PATH, and enter a name for the new scenario. NOTE: Optionally, a weather scenario can be associated at this time. (This can also be added or changed after the scenario is created.) || |
| 44 | |
| 45 | |
| 46 | === Target Commands and Target Attributes === |
| 47 | |
| 48 | || = '''Name''' = || = '''Command''' = || = '''Description''' = || |
| 49 | || Change Altitude || ->A150 || Set targets altitude in hundreds of feet. || |
| 50 | || Change Speed || ->V255 || Set targets speed. Default is TAS || |
| 51 | || Change Heading || ->H090 || Set targets heading || |
| 52 | || Change Beacon || ->B4537 || Set targets beacon || |
| 53 | || Drop Target || ->DROP || Set targets beacon || |
| 54 | || Set Handoff Margin || ->set:hoMargin=20 || Set targets handoff in miles. 'set' is case sensitive. || |
| 55 | || Set Handoff Duration || ->set:hoDuration=90 || Set targets handoff duration in seconds. 'set' is case sensitive. || |
| 56 | || Set target to coast || ->set:zab:state=coast || Set targets coast indicator. 'set' is case sensitive. || |
| 57 | || Clear targets coast indicator || ->clear:zab:state || Clear the targets coast indicator. 'clear' is case sensitive. || |
| 58 | || Drop target from center || ->set:zab:state=drop || Drop target from listed center. 'set' is case sensitive. || |
| 59 | |