Stop sequence and start new one

Hello everyone,
I wanted to know if is there a solution to stop a sequence and immediately start another one.
Actually I am using a VIP that is predefined and ready so I can’t touch the agent part, moreover I am limited by the commands of this vip for example there is no possibility to send just a part of the data (no transaction to do this), so what I intend to do is to stop the sequence in the middle of sending the data and send a fourth one so I can compose a specifics sequences
Thank you in advance.

In reply to mohamad.abbass32:

I Tried to do kill for the sequence, it work but he problem that the simulation stop what i dont understand because i am not raising the objection in this sequence.

In reply to mohamad.abbass32:

It is not a good idea to stop/kill a sequence because this might confus the driver and the interface between sequencer and driver.
What you can do is leaving thhe loop in the sequence for certain reasons.
Then a seq_item will be processed completely.

In reply to chr_sue:

In reply to mohamad.abbass32:
It is not a good idea to stop/kill a sequence because this might confus the driver and the interface between sequencer and driver.
What you can do is leaving thhe loop in the sequence for certain reasons.
Then a seq_item will be processed completely.

Thank you for your answer, but in fact I did not understand, well can you give me an example because in fact I do not launch my sequence in a loop.

In reply to mohamad.abbass32:

If you do not have a loop only 1 seq_item will be created. Then it ends.