Description
The PointSolutionFile object is a base type that provides object-being-observed, measuring receiver, and measurement type usage flag properties to the objects that derive from it. See the Orbit Determination Guide for more information.
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àTrackingDataFileàPointSolutionFile
Derived Types: BlackJackPointSolutionFile, GPSPivotPointSolutionFile
Available In Editions:
Mission
Timing Precision Mode
This page describes functionality in millisecond timing precision mode.
Name
|
Description
|
ApplyLimitValidationChecks
|
Determines whether to set the Validity flag on measurements as they are loaded, based on the applicable limits for the particular measurement type.
|
DataSpanEndEpoch
|
The Epoch of the last Observation in the file.
|
DataSpanStartEpoch
|
The Epoch of the first Observation in the file.
|
DeclaredName
|
The name of the object as declared.
|
Filename
|
The file name to load.
|
FirstObservation
|
The first Observation in the file.
|
LastObservation
|
The last Observation in the file.
|
MeasuringReceiver
|
The GPS Receiver taking the Point Solution Observations.
|
MeasuringSensor
|
The Sensor object attached to the measuring GPSReceiver. The Sensor's X, Y, and Z position properties will be used to model an offset from the origin of the Spacecraft BCS when modeling measurements.
|
Name
|
The name displayed for this object in output windows such as views, plots, and reports.
|
ObjectBeingObserved
|
The Spacecraft to which the observing GPS Receiver is attached.
|
ObjectId
|
The unique identifier for the object.
|
ObjectType
|
The type of the object.
|
UseVX
|
A flag indicating whether or not the X velocity measurement will be used.
|
UseVY
|
A flag indicating whether or not the Y velocity measurement will be used.
|
UseVZ
|
A flag indicating whether or not the Z velocity measurement will be used.
|
UseX
|
A flag indicating whether or not the X position measurement will be used.
|
UseY
|
A flag indicating whether or not the Y position measurement will be used.
|
UseZ
|
A flag indicating whether or not the Z position measurement will be used.
|
|
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
Orbit Determination Guide
Tracking Data File Formats
|