Retrieve ground ellipse data from vehicles.
GroundEllipse_R <VehObjectPath> {GetAllSets [IncludeEmptySets] | GetSetEllipses <SetName>}
The GroundEllipse Connect command is used retrieve ellipse set data. Enter one of the options described in the following table.
Option | Description |
---|---|
GetAllSets [IncludeEmptySets] | Use this option to retrieve data about all of the object's ellipse sets. By default empty sets will not be retrieved. To retrieve all sets including empty sets, include the keyword IncludeEmptySets. |
GetSetEllipses <SetName> | Use this option to return information about a particular set. |
The following information is returned for each ellipse:
"SetName" "DateTime" Latitude Longitude SemiMajorAxis SemiMinorAxis Bearing
The Latitude, Longitude and Bearing are returned in degrees. SemiMajorAxis and SemiMinorAxis are returned in meters. If an empty set is returned then the "DateTime" will be replaced by "Empty Set" and all values will be 0.0.
Get information about all sets for Missile1, including empty sets:
GroundEllipse_R */Missile/Missile1 GetAllSets IncludeEmptySets
Get information about MySet1 set for Missile1:
GroundEllipse_R */Missile/Missile1 GetSetEllipses MySet1
Get information about all sets for Missile1:
GroundEllipse_R */Missile/Missile1 GetAllSets
"MslSet" "1 Jun 2003 12:30:00.000000000" 0.000 0.000 100000.000 50000.000 0.000 "MslSet" "1 Jun 2003 12:45:00.000000000" 5.000 5.000 150000.000 100000.000 0.000
This command belongs to the following group(s):
9.0
STK Programming Interface 11.0.1