supports#

abstractmethod ParametricSystem.supports(feature_name: str) bool#

Get whether a given feature is supported by the node.

Parameters:
feature_namestr

Name of the feature.

Returns:
bool

Whether the given feature is supported.

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.