get_property#

abstract System.get_property(name: str) Any#

Get property from properties dictionary.

Parameters:
name

Name of property to be returned.

Returns:
Any

Value of given property, None if property doesn’t exits.

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.