get_osl_version#
- Optislang.get_osl_version() OslVersion#
Get the optiSLang version in use as a tuple.
- Returns:
OslVersionoptiSLang version as typing.NamedTuple containing major, minor, maintenance and revision versions.
- Raises:
OslCommunicationErrorRaised when an error occurs while communicating with the server.
OslCommandErrorRaised when a command or query fails.
RuntimeErrorRaised when parsing version numbers from string fails.
TimeoutErrorRaised when the timeout float value expires.
Deprecated since version 0.5.0: Use
Optislang.osl_versioninstead.