get_output_slot_value#
- abstractmethod RootSystem.get_output_slot_value(hid: str, slot_name: str, legacy_design_format: bool = False) dict#
Get output slot value of the node.
- Parameters:
- Returns:
dictOutput slot value of the node.
- 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.