VehicleCovariance#
- class ansys.stk.core.stkobjects.VehicleCovariance#
Class defining HPOP covariance.
Overview#
Validate. |
Opt whether to compute covariance. |
|
Frame in which covariance is input. |
|
Get the representation for the covariance. |
|
Get the gravity parameters for the covariance. |
|
Get the covariance matrix. |
|
Opt whether to include Consider Analysis. |
|
Get the Consider Analysis list. |
|
Opt whether to include Consider Cross Correlation. |
|
Get the Consider Cross Correlation list. |
Import detail#
from ansys.stk.core.stkobjects import VehicleCovariance
Property detail#
- property VehicleCovariance.frame: VehicleFrame#
Frame in which covariance is input.
- property VehicleCovariance.gravity: VehicleGravity#
Get the gravity parameters for the covariance.
- property VehicleCovariance.position_velocity: VehiclePositionVelocityCollection#
Get the covariance matrix.
- property VehicleCovariance.include_consider_analysis: bool#
Opt whether to include Consider Analysis.
- property VehicleCovariance.consider_analysis_list: VehicleConsiderAnalysisCollection#
Get the Consider Analysis list.
- property VehicleCovariance.include_consider_cross_correlation: bool#
Opt whether to include Consider Cross Correlation.
- property VehicleCovariance.correlation_list: VehicleCorrelationListCollection#
Get the Consider Cross Correlation list.