SequentialFilter.AddObjectToProcess Method

Top 

Description

Include the object in the Estimation process. Whether the object properties are Estimated, Considered, or Ignored is determined by the object's ProcessAction flags.

 

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.

 

Overload List

Signatures

Return Value

Description

SequentialFilter.AddObjectToProcess(GroundAntenna groundAntenna)

None

Include the GroundAntenna in the Estimation process. Whether the GroundAntenna properties are Estimated, Considered, or Ignored is determined by the GroundAntenna's ProcessAction flags.

SequentialFilter.AddObjectToProcess(GroundStation groundStation)

None

Include the GroundStation in the Estimation process. Whether the GroundStation properties are Estimated, Considered, or Ignored is determined by the GroundStation's ProcessAction flags.

SequentialFilter.AddObjectToProcess(Receiver gnssReceiver)

None

Include the GNSSReceiver in the Estimation process. Whether the GNSSReceiver properties are Estimated, Considered, or Ignored is determined by the GNSSReceiver's ProcessAction flags.

SequentialFilter.AddObjectToProcess(Sensor sensor)

None

Include the Sensor in the Estimation process. Whether the Sensor properties are Estimated, Considered, or Ignored is determined by the Sensor's ProcessAction flags.

SequentialFilter.AddObjectToProcess(Spacecraft spacecraft)

None

Include the Spacecraft in the Estimation process. Whether the Spacecraft properties are Estimated, Considered, or Ignored is determined by the Spacecraft's ProcessAction flags.

SequentialFilter.AddObjectToProcess(Transponder transponder)

None

Include the Transponder in the Estimation process. Whether the Transponder properties are Estimated, Considered, or Ignored is determined by the Transponder's ProcessAction flags.

 

 

See also

SequentialFilter Object