UpdateFirstPassNumber
HTTP Request Formats
POST api/resource/{resourceName}/FirstPassNumber
To specify the schedule the command shall be sent to:
POST api/schedule/{scheduleName}/resource/{resourceName}/FirstPassNumber
Description
The UpdateFirstPassNumber REST API command updates the pass data numbering for the specified object in the associated STK scenario based on the epoch of the first pass number in the TLE file. This is useful when using an orbit data format such as .e (that does not contain pass information), so that any reports relying on pass numbering will have accurate values.
Parameters
JSON Parameters | Body Format | Description |
---|---|---|
Identifier | "Identifier" : "C:\\PassData\\newdata.tle" | The parameter is a string of text of the path of the .tle pass data file. More information on the acceptable file path formats can be found here. |
Examples
Update the pass numbering of the FUSE resource in the active schedule with the file "newdata.tle" located at "C:\PassData\"
POST api/resource/FUSE/FirstPassNumber
Body:
{
"Identifier" : "C:\\PassData\\newdata.tle"
}
Return Message
If activated, a standard response for a successful HTTP response shall appear.
Group Membership
This command belongs to the following group(s):
Version
12.5