ScriptingCalculationObject#

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

Calc Object.

Overview#

copy_calculation_object_to_clipboard

Copy the wrapped calc object to the clipboard.

paste_calculation_object_from_clipboard

Replace the wrapped calc object with the instance in the clipboard.

component_name

Get or set the name of the component.

calculation_object_name

Get or set the name of the calculation object.

calculation_object

Get or set the calculation object type.

unit

Get or set the unit.

Import detail#

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

Property detail#

property ScriptingCalculationObject.component_name: str#

Get or set the name of the component.

property ScriptingCalculationObject.calculation_object_name: str#

Get or set the name of the calculation object.

property ScriptingCalculationObject.calculation_object: IComponentInfo#

Get or set the calculation object type.

property ScriptingCalculationObject.unit: str#

Get or set the unit.

Method detail#

ScriptingCalculationObject.copy_calculation_object_to_clipboard(self) None#

Copy the wrapped calc object to the clipboard.

Returns:

None

ScriptingCalculationObject.paste_calculation_object_from_clipboard(self) None#

Replace the wrapped calc object with the instance in the clipboard.

Returns:

None