ScriptingTool#
- class ansys.stk.core.stkobjects.astrogator.ScriptingTool#
Bases:
IRuntimeTypeInfoProvider
Scripting Tool.
Overview#
Injects the script into the scripting tool. |
|
Copy entire scripting tool to clipboard. |
|
Replace entire scripting tool with scripting tool in clipboard. |
If true, the scripting tool is enabled. |
|
Return the collection of the segment properties. |
|
Return the collection of the calculation objects. |
|
Return the collection of parameters. |
|
Get or set the scripting language being used. |
|
If true, the sequence will run once before executing the script. |
Import detail#
from ansys.stk.core.stkobjects.astrogator import ScriptingTool
Property detail#
- property ScriptingTool.segment_properties: ScriptingSegmentCollection#
Return the collection of the segment properties.
- property ScriptingTool.calculation_objects: ScriptingCalculationObjectCollection#
Return the collection of the calculation objects.
- property ScriptingTool.parameters: ScriptingParameterCollection#
Return the collection of parameters.