get_actor_internal_variables#
- TcpOslServer.get_actor_internal_variables(uid: str, include_reference_values: bool = True) List[dict] #
Get currently registered internal variables for a certain (integration) actor.
- Parameters:
- uid
str
Actor uid.
- include_reference_values: bool, optional
Whether reference values are to be included.
- uid
- Returns:
List
[dict
]Actor’s internal variables.
- Raises:
OslCommunicationError
Raised when an error occurs while communicating with server.
OslCommandError
Raised when the command or query fails.
TimeoutError
Raised when the timeout float value expires.