FigureOfMeritDefinitionDataBestN#
- class ansys.stk.core.stkobjects.FigureOfMeritDefinitionDataBestN#
Bases:
IFigureOfMeritDefinitionData
Navigation accuracy based on best N satellites.
Overview#
Is the type of Best N metric supported? |
Navigation accuracy based on the specified number of satellites that yields the minimum GDOP. |
|
Get or set the minimization metric for the best N computation. |
|
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.
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: