AnalysisWorkbenchComponentInstance#

class ansys.stk.core.analysis_workbench.AnalysisWorkbenchComponentInstance#

Bases: IAnalysisWorkbenchComponentContext

Enable to obtain information about the parent object that owns the VGT component.

Overview#

instance_path

Return a path to the parent object that owns the VGT component.

template

Return a template object the VGT component was created from or null if the VGT component was not created from a template.

Import detail#

from ansys.stk.core.analysis_workbench import AnalysisWorkbenchComponentInstance

Property detail#

property AnalysisWorkbenchComponentInstance.instance_path: str#

Return a path to the parent object that owns the VGT component.

property AnalysisWorkbenchComponentInstance.template: IAnalysisWorkbenchComponent#

Return a template object the VGT component was created from or null if the VGT component was not created from a template.