In reply to chr_sue:
Yes, only the parameter configurations of the two sequences are different. During the simulation execution, scb successfully gets the parameters set by the first sequence. When the first sequence ends, scb fails to get the parameter values after executing the second sequence.In the main_phase function get in scb, I guess if main_phase had already been executed when I executed the second sequence, so scb could not get new parameters.