FigureOfMeritDefinitionDataBestN#

class ansys.stk.core.stkobjects.FigureOfMeritDefinitionDataBestN#

Bases: IFigureOfMeritDefinitionData

Navigation accuracy based on best N satellites.

Overview#

is_best_n_metric_supported

Is the type of Best N metric supported?

best_n

Navigation accuracy based on the specified number of satellites that yields the minimum GDOP.

best_n_metric

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

best_n_metric_supported_types

Best N supported types.

Import detail#

from ansys.stk.core.stkobjects import FigureOfMeritDefinitionDataBestN

Property detail#

property FigureOfMeritDefinitionDataBestN.best_n: int#

Navigation accuracy based on the specified number of satellites that yields the minimum GDOP.

property FigureOfMeritDefinitionDataBestN.best_n_metric: FigureOfMeritMethod#

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

property FigureOfMeritDefinitionDataBestN.best_n_metric_supported_types: list#

Best N supported types.

Method detail#

FigureOfMeritDefinitionDataBestN.is_best_n_metric_supported(self, best_n_metric: FigureOfMeritMethod) bool#

Is the type of Best N metric supported?

Parameters:

best_n_metric : FigureOfMeritMethod

Returns:

bool