MIES icon indicating copy to clipboard operation
MIES copied to clipboard

SF: Error location is marked at the wrong spot in notebook

Open MichaelHuth opened this issue 1 month ago • 0 comments

Demo code:

sel = select(selsweeps(), selstimset("*rheo*", "*supra*"), selvis(all))
selexpA = select(selexp("*.10A.*"), $sel, selchannels(AD0), selrange(E1))
selexpB = select(selexp("*.10B.*"), $sel, selchannels(AD0), selrange(E1))
selDAA = select(selexp("*.10A.*"), $sel, selchannels(DA0), selrange(E1))
selDAB = select(selexp("*.10B.*"), $sel, selchannels(DA0), selrange(E1))
freqA = apfrequency(data($selexpA))
currentA = max(data($selDAA))
freqB = apfrequency(data($selexpB))
currentB = max(data($selDAB))

$freqA
vs
$currentA
with
$freqB
vs 
$currentB
and
avg([$freqA, $freqB], sweepgroup1)
vs
avg([$currentA, $currentB], sweepgroup)

avgMethodTesting2.zip

Image

MichaelHuth avatar Nov 21 '25 18:11 MichaelHuth