FigureOfMeritMethod#

class ansys.stk.core.stkobjects.FigureOfMeritMethod#

IntEnum

Overview#

GDOP

Geometric Dilution of Precision: Measures the dilution of precision for the entire navigation solution.

HDOP

Horizontal Dilution of Precision: Measures the dilution of precision for the horizontal (latitude/longitude) components of the positional portion of the navigation solution.

HDOP3

Same as HDOP, but the DOP value is computed even if only 3 navigation sources are available, in which case the clock component is ignored.

PDOP

Position Dilution of Precision: Measures only the dilution of precision associated with the positional portion of the navigation solution.

PDOP3

Same as PDOP, but the DOP value is computed even if only 3 navigation sources are available, in which case the clock component is ignored.

TDOP

Time Dilution of Precision: Measures the dilution of precision of the time portion of the navigation solution.

VDOP

Vertical Dilution of Precision: Measures the dilution of precision for the vertical (altitude) components of the positional portion of the navigation solution.

VDOP3

Same as VDOP, but the DOP value is computed even if only 3 navigation sources are available, in which case the clock component is ignored.

GACC

Geometric Accuracy: Measures the accuracy of the entire navigation solution.

HACC

Horizontal Accuracy: Measures the accuracy for the horizontal (latitude/longitude) components of the positional portion of the navigation solution.

HACC3

Same as HACC, but the DOP value is computed even if only 3 navigation sources are available, in which case the clock component is ignored.

PACC

Position Accuracy: Measures only the accuracy associated with the positional portion of the navigation solution.

PACC3

Same as PACC, but the DOP value is computed even if only 3 navigation sources are available, in which case the clock component is ignored.

TACC

Time Accuracy: Measures the accuracy of the time portion of the navigation solution.

VACC

Vertical Accuracy: Measures the accuracy for the vertical (altitude) components of the positional portion of the navigation solution.

VACC3

Same as VACC, but the DOP value is computed even if only 3 navigation sources are available, in which case the clock component is ignored.

EDOP

East Dilution of Precision: Measures the dilution of precision for the east components of the positional portion of the navigation solution.

EDOP3

Same as eEDOP, but the DOP value is computed even if only 3 navigation sources are available, in which case the clock component is ignored.

NDOP

North Dilution of Precision: Measures the dilution of precision for the east components of the positional portion of the navigation solution.

NDOP3

Same as eNDOP, but the DOP value is computed even if only 3 navigation sources are available, in which case the clock component is ignored.

EACC

East Accuracy: Measures the accuracy for the east components of the positional portion of the navigation solution.

EACC3

Same as EACC, but the DOP value is computed even if only 3 navigation sources are available, in which case the clock component is ignored.

NACC

North Accuracy: Measures the accuracy for the north components of the positional portion of the navigation solution.

NACC3

Same as NACC, but the DOP value is computed even if only 3 navigation sources are available, in which case the clock component is ignored.

Import detail#

from ansys.stk.core.stkobjects import FigureOfMeritMethod