Jump to content

stopping and re-starting default_sequence


Recommended Posts

Hey,

 

I am trying to stop a default_sequence running on a sequencer using:

sequencer.stop_sequences();

and re-starting it later in the test using:

sequencer.start_default_sequence();

 

above doesnt seem to work.

 

From log file, i dont think stop_sequences() worked. I do see few forked off forever threads which were part of default_sequence, still running after calling stop_sequences()

 

I dont see default_sequence being run again after calling start_default_sequence().

 

Any of you did something on similar lines? any help will be great.

 

Regards,

Manju Shetty

 

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...