VehicleCovariance#

class ansys.stk.core.stkobjects.VehicleCovariance#

Class defining HPOP covariance.

Overview#

validate

Validate.

compute_covariance

Opt whether to compute covariance.

frame

Frame in which covariance is input.

representation

Get the representation for the covariance.

gravity

Get the gravity parameters for the covariance.

position_velocity

Get the covariance matrix.

include_consider_analysis

Opt whether to include Consider Analysis.

consider_analysis_list

Get the Consider Analysis list.

include_consider_cross_correlation

Opt whether to include Consider Cross Correlation.

correlation_list

Get the Consider Cross Correlation list.

Import detail#

from ansys.stk.core.stkobjects import VehicleCovariance

Property detail#

property VehicleCovariance.compute_covariance: bool#

Opt whether to compute covariance.

property VehicleCovariance.frame: VehicleFrame#

Frame in which covariance is input.

property VehicleCovariance.representation: str#

Get the representation for the covariance.

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.

Method detail#

VehicleCovariance.validate(self) None#

Validate.

Returns:

None