get_osl_version#
- abstract OslServer.get_osl_version() Tuple[int | None, ...] #
Get version of used optiSLang.
- Returns:
tuple
optiSLang version as tuple containing major version, minor version, maintenance version and revision.
- Raises:
OslCommunicationError
Raised when an error occurs while communicating with server.
OslCommandError
Raised when the command or query fails.
TimeoutError
Raised when the timeout float value expires.