get_criteria_names#
- abstract CriteriaManager.get_criteria_names() Tuple[str, ...] #
Get all criteria names.
- Returns:
Tuple
[str
, …]Tuple of all criteria names.
- 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.