DisplayTimesTimeComponent#
- class ansys.stk.core.stkobjects.DisplayTimesTimeComponent#
Bases:
IDisplayTimesData
Provide methods to configure the display times using Timeline API components.
Overview#
Configure the display times using the specified time component. Allowed are only intervals and interval lists. |
|
Configure the display times using the specified time component. Allowed are only intervals and interval lists. QualifiedPath format adheres to the format used throughout VGT API (i.e. |
|
Return a time component used to configure the display times or null if component has not been configured yet. |
|
Return the time componentβ qualified path or null if no component has been configured yet. |
|
Remove and resets the display configuration by unsetting currently set time component (if any). |
Import detail#
from ansys.stk.core.stkobjects import DisplayTimesTimeComponent
Method detail#
- DisplayTimesTimeComponent.set_time_component(self, component: IAnalysisWorkbenchComponent) None #
Configure the display times using the specified time component. Allowed are only intervals and interval lists.
- Parameters:
component :
IAnalysisWorkbenchComponent
- Returns:
- DisplayTimesTimeComponent.set_qualified_path(self, qualified_path: str) None #
Configure the display times using the specified time component. Allowed are only intervals and interval lists. QualifiedPath format adheres to the format used throughout VGT API (i.e.
Scenario/Scenario1 AnalysisInterval EventInterval
).
- DisplayTimesTimeComponent.get_time_component(self) IAnalysisWorkbenchComponent #
Return a time component used to configure the display times or null if component has not been configured yet.
- Returns:
IAnalysisWorkbenchComponent