ProfileScriptingTool#
- class ansys.stk.core.stkobjects.astrogator.ProfileScriptingTool#
Bases:
IProfile
,IRuntimeTypeInfoProvider
The Scripting Tool profile.
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 will be used. |
|
Return the collection of the segment properties. |
|
Return the collection of the calc objects. |
|
Return the collection of parameters. |
|
Get or set the scripting language being used. |
Import detail#
from ansys.stk.core.stkobjects.astrogator import ProfileScriptingTool
Property detail#
- property ProfileScriptingTool.segment_properties: ScriptingSegmentCollection#
Return the collection of the segment properties.
- property ProfileScriptingTool.calculation_objects: ScriptingCalculationObjectCollection#
Return the collection of the calc objects.
- property ProfileScriptingTool.parameters: ScriptingParameterCollection#
Return the collection of parameters.
Method detail#
- ProfileScriptingTool.script_text(self, script: str) None #
Injects the script into the scripting tool.