UpdateAction#

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

IntEnum

Overview#

NO_CHANGE

No change in value - leave the current value for this parameter unchanged (ignoring any quantity that may appear in the Value column).

ADD_VALUE

Add value - add the quantity entered in the Value column to the current value for this parameter.

SUBTRACT_VALUE

Subtract value - subtract the quantity entered in the Value column from the current value for this parameter.

SET_TO_NEW_VALUE

Set to new value - replace the current value for this parameter with the quantity entered in the Value column.

Import detail#

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