get_osl_version_string#
- Optislang.get_osl_version_string() str #
Get the optiSLang version in use as a string.
- Returns:
str
optiSLang version.
- Raises:
OslCommunicationError
Raised when an error occurs while communicating with the server.
OslCommandError
Raised when a command or query fails.
TimeoutError
Raised when the timeout float value expires.
Deprecated since version 0.5.0: Use
Optislang.osl_version_string
instead.