Multiple consecutive glitches

Hi,
Currently i am working on a project that will require to do two consecutive glitches , spaced about 2 uS .
Is such a thing possible ?
Can i manually trigger the glitch from the notebook ?

I went trough the documentation but am unable to find a way to do it .
Currently i have the ChipWhisperer lite , but soon i should get the Husky.

Best Regards

You can manually trigger using scope.glitch.manual_trigger() but this will give you very poor timing control. Husky will make this possible; otherwise if you can insert multiple trigger_high() in your target firmware, then CW-lite can be set to glitch on each one. See here for more: Is it possible to run two fault injections using the cw308?

Thank you for the fast reply. I will try that