AGI STK Objects 11 Send comments on this topic.
IAgSaExportTools Interface





Description

Interface used to define the export to data file options.

Object Model









Public Methods

Public Method GetAttitudeExportTool An Attitude file for export.
Public Method GetEphemerisCCSDSExportTool An Ephemeris file of the CCSDS ephemeris type for export.
Public Method GetEphemerisCCSDSv2ExportTool An Ephemeris file of the CCSDS v2 ephemeris type for export.
Public Method GetEphemerisCode500ExportTool An Ephemeris file of the Code500Ephem ephemeris type for export; AgAsCode500.dll must be copied to your install data's 'Modules' directory.
Public Method GetEphemerisSpiceExportTool An Ephemeris file of the Spice ephemeris type for export.
Public Method GetEphemerisStkBinaryExportTool An Ephemeris file of the STK Binary ephemeris type for export.
Public Method GetEphemerisStkExportTool An Ephemeris file of the STK ephemeris type for export.
Public Method GetPropDefExportTool A Propagator (Prop Def) file for export.

Example

Export an ephemeris file to scenario folder
[MATLAB] Copy Code
% IAgStkObjectRoot root: STK Object Model Root 
% IAgSatellite satellite: Satellite object 
scenPath = root.ExecuteCommand('GetDirectory / Scenario').Item(0); 
satelliteFilePath = [scenPath '\' satellite.InstanceName '.e']; 
satellite.ExportTools.GetEphemerisStkExportTool.Export(satelliteFilePath); 
 
 
© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1