VersionChecker#
- class ansys.speos.core.generic.version_checker.VersionChecker#
Class to check version.
Overview#
Set version. |
|
Check that the version is greater than or equal to the major.minor.patch. |
Import detail#
from ansys.speos.core.generic.version_checker import VersionChecker
Method detail#
- VersionChecker.set_version(input_version)#
Set version.
- Parameters:
- input_version: str
Input version written as “major.minor.patch”, e.g. “2026.1.0”
- VersionChecker.is_version_supported(major, minor, patch)#
Check that the version is greater than or equal to the major.minor.patch.