To work around this problem one has to set an explicit value for Duration for the white noise stimulus in Case A. However, this issue is still a bug. The parameter values of each individual stimulus should not affect the properties of other individual stimulus. Also, in superimposition mode, chaging the order of individual stimuli should not affect the resulting stimulus because superimposition is basically an addition (stim_a + stim_b == stim_b + stim_a)
I ratify that Duration affects all subsequent stimuli. The following test:
By the way, I checked if the keyword Node did the same as 'Duration' -- ie, checked in Case A if the White Noise was only applied to node 72. It doesn't. White noise is applied to all nodes in Case A and Case B.
Case A: Superimpose 2 stimuli - Pulse train lasts 2 seconds; White noise should last 15 seconds
Output:
Case B: Same parameters as Case A, except that the order of the individual stimuli was swapped.
Output
To work around this problem one has to set an explicit value for
Duration
for the white noise stimulus in Case A. However, this issue is still a bug. The parameter values of each individual stimulus should not affect the properties of other individual stimulus. Also, insuperimposition
mode, chaging the order of individual stimuli should not affect the resulting stimulus because superimposition is basically an addition (stim_a + stim_b == stim_b + stim_a)I ratify that
Duration
affects all subsequent stimuli. The following test:produces