LicenseWarning#

exception ansys.tools.common.warnings.LicenseWarning(message: str)#

Bases: AnsysWarning

Warning raised when a requested feature requires an unavailable license.

This warning is typically issued when a feature is partially supported but a required license capability is not available, causing the operation to proceed in a degraded or limited mode.

Import detail#

from ansys.tools.common.warnings import LicenseWarning