Put |
Top Previous Next |
DescriptionThe Put command transmits data from a FreeFlyer Object to an external file. Several formats are available for the creation of external ephemeris files; other object files are created in an XML format specific to FreeFlyer. For more information on creating external files, see the Interfacing with External Resources Guide.
SyntaxFreeFlyer Object Files
Ephemeris Formats
Where:
Details•Most FreeFlyer objects' configurations can be stored in external XML-formatted files using the syntax: Put <myObjectName> to "myObjectName.FFObjectFile"; •The Object.PutToFile() or Object.PutToString() methods can be used in place of the Put command. •The Put command will overwrite the file if it already exists, or create a new file if it does not exist. •The Get command can retrieve object data that has been saved to an external file with the Put command. •The Put and Get commands provide similar functionality to the Save and Restore commands, while saving object data to external files instead of internal memory. •When storing data for a Spacecraft object, the Put command will only record the spacecraft's properties, not its attached objects (such as tanks and sensors). •The Put command can not be used with Lists or Formations.
•Working with Ephemerides:
•Copying objects:
Command EditorObject
Type of Put
File
Script
Description
See Also•Get Command •Save Command •Restore Command •Data Files Reference
|