SequentialFilter.SetInitialFilterEpochFromSpacecraft(Spacecraft) Method

Top 

Description

Defines the Spacecraft to use for obtaining the initial epoch of the filter. This epoch is evaluated at the first execution of a filter operation.

 

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.

 

Method Signature

SequentialFilter.SetInitialFilterEpochFromSpacecraft(

Spacecraft spacecraft)

 

 

Arguments

spacecraft


Description:

Spacecraft to use to define the initial epoch for the filter. At the first call of the filter, all relevant objects will be synched to the epoch of this spacecraft, at the time of the execution of the filter initialization.

 

 

 

Syntax

mySequentialFilter1.SetInitialFilterEpochFromSpacecraft(mySpacecraft1);

 

 

See also

SequentialFilter Object