tft_set_update_end_time

Function

Sets the end 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_end_time(end_time: int = None)

Parameters

Parameter

Mandatory/Optional

Description

Value

end_time

Optional

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

int

Return Value

None