AvailableFeatures#

class ansys.stk.core.stkobjects.AvailableFeatures#

Class is used to check the availability of the features such as Astrogator, etc.

Overview#

is_propagator_type_available

Return true if the specified propagator is available.

is_object_type_available

Return true if the specified STK object type is available.

Import detail#

from ansys.stk.core.stkobjects import AvailableFeatures

Method detail#

AvailableFeatures.is_propagator_type_available(self, propagator_type: PropagatorType) bool#

Return true if the specified propagator is available.

Parameters:

propagator_type : PropagatorType

Returns:

bool

AvailableFeatures.is_object_type_available(self, object_type: STKObjectType) bool#

Return true if the specified STK object type is available.

Parameters:

object_type : STKObjectType

Returns:

bool