Specify save and load behavior for a CommSystem (Deprecated Command)
Comm <CommSysObjectPath> CommSystem SaveMode {Option}
Note: This command was deprecated in STK 11, it should no longer be used. This command has been replaced by the CommSystem command.
Upon computation of the CommSystem, a binary cache file is created which hosts all computed information. This file is used for rapid generating of reports and graphic animations. The default behavior of the CommSystem is to save this compute file into the user's scenario directory when the scenario is saved. Saving the compute file will allow reports and graphics to be readily available without having to compute the CommSystem the next time the scenario is opened.
The user now has the option of not saving this file, and thus the user will need to compute the CommSystem after the next time the scenario is opened. The user also has an option to have the CommSystem automatically compute when the scenario is loaded.
Valid values for {Option} are described here:
{Option} | Description |
---|---|
Save | Computations are saved within scenario directory. |
NoSave | Computations are not saved. |
ComputeOnLoad | Computations are not saved, but computations are recalculated each time the scenario is opened. |
To set CommSystem1 to not save computation:
Comm */CommSystem/CommSys1 CommSystem SaveMode NoSave
If activated, Connect returns an acknowledgement message.
This command belongs to the following group(s):
11
STK Programming Interface 11.0.1