get_input_slot_value#
- abstractmethod System.get_input_slot_value(hid: str, slot_name: str, legacy_design_format: bool = False) dict#
Get input slot value of the node.
- Parameters:
- Returns:
dictInput 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.