get_property#
- abstractmethod RootSystem.get_property(name: str) Any#
 Get property from properties dictionary.
- Parameters:
 - name
 Name of property to be returned.
- Returns:
 AnyValue of given property,
Noneif property doesn’t exits.
- Raises:
 OslCommunicationErrorRaised when an error occurs while communicating with the server.
OslCommandErrorRaised when a command or query fails.
TimeoutErrorRaised when the timeout float value expires.