Description
The Transponder object is a base type that provides receive frequency, transmit frequency, and delay properties to the objects that derive from it. See the Orbit Determination Guide for more information.
Inheritance Hierarchy: Object->Hardware->Transponder
Derived Types: TDRSTransponder
Available In Editions:
Mission
Timing Precision Mode
This page describes functionality in nanosecond timing precision mode.
Click here to see the documentation for this object in millisecond timing precision mode.
Name
|
Description
|
Attributes
|
AttachedSensors
|
An array of Sensor objects attached to the Transponder to act as antennas for measurement modeling purposes. 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.
|
Type: Array of Sensor
Access: Read-Only
|
DeclaredName
|
The name of the object as declared.
|
Type: String
Access: Read-Only
|
DisplayName
|
The name displayed for this object in output windows such as views, plots, and reports.
|
Type: String
Access: Read/Write
|
ObjectId
|
The unique identifier for the object.
|
Type: Variable
Access: Read-Only
|
ObjectType
|
The type of the object.
|
Type: String
Access: Read-Only
|
OD
|
This property contains the OD settings for all the Transponder properties that can be estimated.
|
Type: TransponderODProperties
Access: Read-Only
|
ReceiveFrequency
|
The receive frequency of the Transponder. When reading data from a TDRS UTDF file, this property will hold the receive frequency obtained from the file.
|
Type: Variable
Access: Read/Write
Units: Hz
|
TransmitFrequency
|
The transmit frequency of the Transponder. When reading data from a TDRS UTDF file, this property will hold the transmit frequency obtained from the file.
|
Type: Variable
Access: Read/Write
Units: Hz
|
|
Name
|
Description
|
Attach
|
Attach a Sensor object to the calling hardware object for the purposes of simulating tracking data or performing Orbit Determination. 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.
|
ClearSavedStates
|
Clears previous saved states for this object.
|
Detach
|
Detach a Sensor object from the calling hardware 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
|