With the repeating sequence block you enter two vectors one for y-positions and one for time. So,
[0,1,1,0]
[0,1,2,3]
creates a trapazoid pulse signal where as
[0,0,1,1,0,0]
[0,1,1.001,2,2.001,3]
creates more of a square pulse signal
Using the repeating sequence to do a square waves is not...