StateCalcSequenceDeltaVSquared#

class ansys.stk.core.stkobjects.astrogator.StateCalcSequenceDeltaVSquared#

Bases: IComponentInfo, ICloneable

Sequence DeltaV Squared Calc objects.

Overview#

sequence_name

Get or set the sequence whose DeltaV’s are to be accumulated.

squared_type

Whether the value should be calculated as the sum of the squares of the maneuver Delta-Vs or the square of the sum of the maneuver Delta-Vs.

Import detail#

from ansys.stk.core.stkobjects.astrogator import StateCalcSequenceDeltaVSquared

Property detail#

property StateCalcSequenceDeltaVSquared.sequence_name: str#

Get or set the sequence whose DeltaV’s are to be accumulated.

property StateCalcSequenceDeltaVSquared.squared_type: SquaredType#

Whether the value should be calculated as the sum of the squares of the maneuver Delta-Vs or the square of the sum of the maneuver Delta-Vs.