Description
The SPKProperties object provides a collection of properties associated with writing SPICE SPK ephemeris files. This object is not creatable in script, but is always created as a child object of the Ephemeris object, as seen in the example below:
Ephemeris1.SPKProperties.SPKType = 13;
Users cannot create instances of this type of object. However, users can access instances of this object type that have been created indirectly, for example as children of other objects. Users can also access any static properties and methods on this object type.
Inheritance Hierarchy: ObjectàSPKProperties
Available In Editions:
Engineer
Mission
Timing Precision Mode
This page describes functionality in millisecond timing precision mode.
Name
|
Description
|
DeclaredName
|
The name of the object as declared.
|
MetadataComments
|
Descriptive information that could include: time of file creation, author of file, time coverage, ephemeris objects included, sources of the data used to produce this SPK file, cautions and restrictions on how the file is to be used.
|
Name
|
The name displayed for this object in output windows such as views, plots, and reports.
|
ObjectId
|
The unique identifier for the object.
|
ObjectType
|
The type of the object.
|
ObserverNAIFID
|
The NAIF ID of the observer.
|
ObserverName
|
The name of observer.
|
PolynomialDegree
|
This is the degree of an interpolating polynomial. This is property is relevant when creating type 8, 9, 12, or 13 (Lagrange and hermite interpolation). For types 8 and 9 requires odd value, while types 12 and 13 must be 3-mod-4 (that is, 3, 7, 11, 15, 19, 23, 27).
|
SPKType
|
The SPK type that will be used to generate SPK files.
|
TargetNAIFID
|
The NAIF ID of the target.
|
TargetName
|
The name of target.
|
|
Name
|
Description
|
ClearSavedStates
|
Clears previous saved states for this object.
|
GetFromFile
|
Load the object state from the specified FreeFlyer object file.
|
GetFromString
|
Load the object state from the specified string.
|
PutToFile
|
Convert the object state to FreeFlyer object xml and write to a file.
|
PutToString
|
Convert the object state to FreeFlyer object xml and return as a string.
|
ReferenceEquals
|
Returns 1 if the argument refers to the calling object and 0 otherwise.
|
Restore
|
Restore an object's state from a previously saved state.
|
Save
|
Save the object's state so that it can be restored later.
|
|
See also
Using a SPICE Ephemeris
|