get_osl_version_string#

TcpOslServer.get_osl_version_string() str#

Get version of used optiSLang.

Returns:
str

optiSLang version.

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.

Deprecated since version 0.5.0: Use TcpOslServer.osl_version_string instead.