IFigureOfMeritDefinitionDilutionOfPrecision#

class ansys.stk.core.stkobjects.IFigureOfMeritDefinitionDilutionOfPrecision#

Bases: IFigureOfMeritDefinitionCompute

Dilution Of Precision Figure of Merit.

Overview#

is_method_supported

Is the DOP method supported?

is_type_supported

Is the compute option supported?

set_method

Set a static DOP value over the entire coverage interval.

set_type

Set the compute option.

invalid_value_action

Control consideration of time samples usage for computing navigation solution.

method

Calculate dilution of precision.

supported_methods

Supported DOP methods.

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

Compute options for the DOP Figure of Merit.

type_data

DOP type data.

Import detail#

from ansys.stk.core.stkobjects import IFigureOfMeritDefinitionDilutionOfPrecision

Property detail#

property IFigureOfMeritDefinitionDilutionOfPrecision.invalid_value_action: FigureOfMeritInvalidValueActionType#

Control consideration of time samples usage for computing navigation solution.

property IFigureOfMeritDefinitionDilutionOfPrecision.method: FigureOfMeritMethod#

Calculate dilution of precision.

property IFigureOfMeritDefinitionDilutionOfPrecision.supported_methods: list#

Supported DOP methods.

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: FigureOfMeritNavigationComputeType#

Compute options for the DOP Figure of Merit.

property IFigureOfMeritDefinitionDilutionOfPrecision.type_data: IFigureOfMeritDefinitionData#

DOP type data.

Method detail#

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

Is the DOP method supported?

Parameters:

method : FigureOfMeritMethod

Returns:

bool

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

Is the compute option supported?

Parameters:

compute_type : FigureOfMeritNavigationComputeType

Returns:

bool

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

Set a static DOP value over the entire coverage interval.

Parameters:

method : FigureOfMeritMethod

Returns:

None

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

Set the compute option.

Parameters:

compute_type : FigureOfMeritNavigationComputeType

Returns:

None