IFigureOfMeritDefinitionDilutionOfPrecision#

class ansys.stk.core.stkobjects.IFigureOfMeritDefinitionDilutionOfPrecision#

Bases: IFigureOfMeritDefinitionCompute

Dilution Of Precision Figure of Merit.

Overview#

set_method

Set a static DOP value over the entire coverage interval.

is_method_supported

Is the DOP method supported?

set_type

Set the compute option.

is_type_supported

Is the compute option supported?

method

Calculate dilution of precision.

supported_methods

Supported DOP methods.

type

Compute options for the DOP Figure of Merit.

supported_types

Supported compute options.

time_step

Get or set the value to be used during the sampling of the dynamic definition for use in the static definition.

type_data

DOP type data.

invalid_value_action

Control consideration of time samples usage for computing navigation solution.

Import detail#

from ansys.stk.core.stkobjects import IFigureOfMeritDefinitionDilutionOfPrecision

Property detail#

property IFigureOfMeritDefinitionDilutionOfPrecision.method: FigureOfMeritMethod#

Calculate dilution of precision.

property IFigureOfMeritDefinitionDilutionOfPrecision.supported_methods: list#

Supported DOP methods.

property IFigureOfMeritDefinitionDilutionOfPrecision.type: FigureOfMeritNavigationComputeType#

Compute options for the DOP Figure of Merit.

property IFigureOfMeritDefinitionDilutionOfPrecision.supported_types: list#

Supported compute options.

property IFigureOfMeritDefinitionDilutionOfPrecision.time_step: float#

Get or set the value to be used during the sampling of the dynamic definition for use in the static definition.

property IFigureOfMeritDefinitionDilutionOfPrecision.type_data: IFigureOfMeritDefinitionData#

DOP type data.

property IFigureOfMeritDefinitionDilutionOfPrecision.invalid_value_action: FigureOfMeritInvalidValueActionType#

Control consideration of time samples usage for computing navigation solution.

Method detail#

IFigureOfMeritDefinitionDilutionOfPrecision.set_method(self, method: FigureOfMeritMethod) None#

Set a static DOP value over the entire coverage interval.

Parameters:

method : FigureOfMeritMethod

Returns:

None

IFigureOfMeritDefinitionDilutionOfPrecision.is_method_supported(self, method: FigureOfMeritMethod) bool#

Is the DOP method supported?

Parameters:

method : FigureOfMeritMethod

Returns:

bool

IFigureOfMeritDefinitionDilutionOfPrecision.set_type(self, compute_type: FigureOfMeritNavigationComputeType) None#

Set the compute option.

Parameters:

compute_type : FigureOfMeritNavigationComputeType

Returns:

None

IFigureOfMeritDefinitionDilutionOfPrecision.is_type_supported(self, compute_type: FigureOfMeritNavigationComputeType) bool#

Is the compute option supported?

Parameters:

compute_type : FigureOfMeritNavigationComputeType

Returns:

bool