Electronic – What does “strobe” do for this shift register

shift-register

I would like to know what 'strobe' pin does for HV5812 shift register, because I do see it in the time graphenter image description here

But the datasheet does not elaborate on its function, it only says 'strobe'
enter image description here

Is this pin crucial for the functioning of this shift register? What does it do? I have worked with 74HC595, but I see this for the first time.

Best Answer

The strobe input is the signal that latches the 20-bits in parallel from the shift register to the output (after you've shifted in what you want).

enter image description here

It's similar to RCLK on the 74HC595.