tft_set_update_start_time

Function

Sets the start time of optimizer update, which is used to determine whether optimizer data is polluted in the time dimension and return the result of whether the data can be restored.

Format

mindio_ttp.utils.tft_set_update_start_time(start_time: int = None)

Parameters

Parameter

Mandatory/Optional

Description

Value

start_time

Optional

Time obtained from the device before the optimizer is updated locally.

int

Return Value

None