Use this:
Timer1 = MissionLib.CreateTimer(Libs.LibEngineering.GetEngineeringNextEventType(), __name__ + ".function", App.g_kUtopiaModule.GetGameTime() + X, 0, 0)
Just replace X with the desired delay and "function" with the function that you want to call once the time is up, in this case it's "light".