For example, If we have a if function to let the csript block generates y=sin(2*pi*t) only during simulation time 0.3~0.5sec (Assume we have a simulation time for 1sec). In this 0.3~0.5 sec, the function will be generated. However, what is "t" in function represents, is it "0.3~0.5" or "0~0.2" (Since the C-script only runs for 0.2 sec).