IFigureOfMeritDefinitionDilutionOfPrecision#
- class ansys.stk.core.stkobjects.IFigureOfMeritDefinitionDilutionOfPrecision#
Bases: IFigureOfMeritDefinitionCompute
Dilution Of Precision Figure of Merit.
Overview#
Set a static DOP value over the entire coverage interval. |
|
Is the DOP method supported? |
|
Set the compute option. |
|
Is the compute option supported? |
Calculate dilution of precision. |
|
Supported DOP methods. |
|
Compute options for the DOP Figure of Merit. |
|
Supported compute options. |
|
Get or set the value to be used during the sampling of the dynamic definition for use in the static definition. |
|
DOP type data. |
|
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:
- IFigureOfMeritDefinitionDilutionOfPrecision.is_method_supported(self, method: FigureOfMeritMethod) bool #
Is the DOP method supported?
- Parameters:
method :
FigureOfMeritMethod
- Returns:
- IFigureOfMeritDefinitionDilutionOfPrecision.set_type(self, compute_type: FigureOfMeritNavigationComputeType) None #
Set the compute option.
- Parameters:
compute_type :
FigureOfMeritNavigationComputeType
- Returns:
- IFigureOfMeritDefinitionDilutionOfPrecision.is_type_supported(self, compute_type: FigureOfMeritNavigationComputeType) bool #
Is the compute option supported?
- Parameters:
compute_type :
FigureOfMeritNavigationComputeType
- Returns: