manjubshetty Posted April 23, 2013 Report Posted April 23, 2013 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 Quote
Recommended Posts
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.