GUIBRUSHR.GUI.Input_Output_Panels.Input_Panels.TabPanels.FrameManualModel.time_interval module

Time interval sleep utility.

This script takes a time interval in milliseconds as a command-line argument and pauses execution for the specified duration.

GUIBRUSHR.GUI.Input_Output_Panels.Input_Panels.TabPanels.FrameManualModel.time_interval.sleep_for_interval(interval_ms: int) None[source]

Sleep for the specified time interval in milliseconds.

Parameters:

interval_ms – Time interval in milliseconds to sleep for

GUIBRUSHR.GUI.Input_Output_Panels.Input_Panels.TabPanels.FrameManualModel.time_interval.main() None[source]

Main function to handle command-line argument and execute sleep.