IDataProvider#
- class ansys.stk.core.stkobjects.IDataProvider#
Represents the Sub Data Provider (i.e.
Fixed
inCartesian Position
group on satellites, orCartesian Position
on facilities).
Overview#
Is the supplied statistic available for the provided element name? |
|
Is the supplied time varying extremum available for the provided element name? |
Return a collection of elements associated with a DataProvider or a SubDataProvider. |
|
The string associated with the current PreData parameter. |
|
When set to true the data provider will display a user interface to select/enter the pre-data required. |
|
Return whether the data provider is valid. |
|
Return whether the data provider requires pre data. |
|
Return a description of the required pre data. |
Import detail#
from ansys.stk.core.stkobjects import IDataProvider
Property detail#
- property IDataProvider.elements: DataProviderElements#
Return a collection of elements associated with a DataProvider or a SubDataProvider.
Method detail#
- IDataProvider.is_statistic_available(self, statistic: StatisticType, element_name: str) bool #
Is the supplied statistic available for the provided element name?