Add a Quick Report.
QuickReportAdd <ScenarioPath> Name "<QuickReportName>" Type {RptType} Style "<StyleName>" Object <TruncObjPath> [FromObject <TruncObjPath>]
The QuickReportAdd command creates a new QuickReport using the specified options. Use the QuickReportCreate command to generate the report.
The "<QuickReportName>" is a user-defined name that will identify the report.
Valid values for {RptType} are: Report, Graph, DynamicDisplay and StripChart
For details on how to specify "<StyleName>" see Report Style Names.
FromObject <TruncObjPath> is entered only for Access Quick Reports.
Object <TruncObjPath> can be used more than once in the command line to add the QuickReport to multiple objects.
To add a Quick Report to Satellite1:
QuickReportAdd * Name "Sat Pos-Vel" Type Report Style "J2000 Position Velocity" Object Satellite/Satellite1
To add a Quick Report of an Access Graph between Facility1 and Satellite1:
QuickReportAdd * Name "Access Graph" Type Graph Style "Access" FromObject Facility/Facility1 Object Satellite/Satellite1
This command belongs to the following group(s):
10
STK Programming Interface 11.0.1