Update

Top  Previous  Next

Description


The Update command refreshes the items displayed in a Window object to show their current states. For more information, see the Generating Output Guide.

 

 

Syntax


While (mySpacecraft.ElapsedDays < 2);
    Step mySpacecraft;
    Update myViewWindow;
    Update myWatchWindow;
    Update myPlotWindow;
    Update myDataTableWindow;
End;

 

 

Details


An Update command is often used within a While loop that contains the Step command, or inside a WhileStepping or WhileManeuvering loop.

The specified window is updated whenever the Update command is encountered, for example, once with each propagation step.

 

 

Command Editor


Window to update

DataTableWindow

PlotWindow

ViewWindow

WatchWindow

 

Script

Displays the FreeFlyer Script that is generated by the editor

 

Description

Displays descriptions of the editor and its fields

Description text changes as the mouse pointer moves over the different fields within the editor

 

 

 

See Also


ViewWindow Properties and Methods

WatchWindow Properties and Methods

PlotWindow Properties and Methods

DataTableWindow Properties and Methods

Generating Output Guide