get_parameters#

abstract ParameterManager.get_parameters() Tuple[Parameter, ...]#

Get the parameters of the system.

Returns:
Tuple[Parameter, …]

Tuple of the parameters for the system.

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.