pylabrobot.mettler_toledo.MTSICSDriver.set_time# async MTSICSDriver.set_time(hour: int, minute: int, second: int) → None# Set the device time. (TIM command) Persists across power cycles. Only reset via FSET or terminal menu, not @. Parameters: hour (int) – Hour (0-23). minute (int) – Minute (0-59). second (int) – Second (0-59). Return type: None