1
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2026-03-05 00:12:49 +01:00

fix(client): motor map docstring fixed

This commit is contained in:
2025-12-05 16:46:36 +01:00
committed by Jan Wyzula
parent 1fbaa517a2
commit 12103724a1

View File

@@ -3642,7 +3642,7 @@ class MotorMap(RPCBase):
x_name(str): The name of the x motor.
y_name(str): The name of the y motor.
validate_bec(bool, optional): If True, validate the signal with BEC. Defaults to True.
suppress_errors(bool, optional): If True, suppress errors during validation. Defaults to False. Used for properties setting.
suppress_errors(bool, optional): If True, suppress errors during validation. Defaults to False. Used for properties setting. If the validation fails, the changes are not applied.
"""
@rpc_call