get_parameters#
- abstractmethod ParameterManager.get_parameters() Tuple[Parameter, ...]#
 Get the parameters of the system.
- Returns:
 Tuple[Parameter, …]Tuple of the parameters for the system.
- 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.