Description | Example | Return Message | Group(s)

ExportAzElMaskFile

HTTP Request Formats

POST api/resource/{resourceName}/AzElMask/File

To specify the schedule the command shall be sent to:

POST api/schedule/{scheduleName}/resource/{resourceName}/AzElMask/File

Description

The ExportAzElMaskFile REST API command exports the azimuth-elevation mask for the specified object in the associated STK scenario.

Parameters

JSON ParametersBody FormatDescription
Path"Path" :"C\MyFiles\Schedules"Parameter is a string of text in single quotes of the file path of the exported file. More information on the acceptable file path formats can be found here.

Examples

Export the azimuth-elevation mask of the FUSE resource in the active schedule with the file name "azelmaskdata.aem" located at "C:\Data\"

POST api/resource/FUSE/AzElMask/File

Body:

{

"Path" : "C:\Data\azelmaskdata.aem"

}

Return Message

If activated, a standard response for a successful HTTP response shall appear.

Group Membership

This command belongs to the following group(s):

Scheduler

Version

12.8