get_parameters_names#
- abstractmethod ParameterManager.get_parameters_names() Tuple[str, ...]#
 Get all parameter names.
- Returns:
 Tuple[str, …]Tuple of all parameter names.
- 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.