FigureOfMeritDefinitionDataBest4#

class ansys.stk.core.stkobjects.FigureOfMeritDefinitionDataBest4#

Bases: IFigureOfMeritDefinitionData

Navigation accuracy based on best 4 satellites.

Overview#

is_best_4_metric_supported

Is the type of Best 4 metric supported?

best_4_metric

Get or set the minimization metric for the best 4 computation.

best_4_metric_supported_types

Best 4 supported types.

Import detail#

from ansys.stk.core.stkobjects import FigureOfMeritDefinitionDataBest4

Property detail#

property FigureOfMeritDefinitionDataBest4.best_4_metric: FigureOfMeritMethod#

Get or set the minimization metric for the best 4 computation.

property FigureOfMeritDefinitionDataBest4.best_4_metric_supported_types: list#

Best 4 supported types.

Method detail#

FigureOfMeritDefinitionDataBest4.is_best_4_metric_supported(self, best_4_metric: FigureOfMeritMethod) bool#

Is the type of Best 4 metric supported?

Parameters:

best_4_metric : FigureOfMeritMethod

Returns:

bool