Skip to content

Commit

Permalink
fixup! fix psx: Needs integration and doc changes
Browse files Browse the repository at this point in the history
  • Loading branch information
t-b committed Sep 17, 2024
1 parent 50f5169 commit 58c9c09
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Packages/tests/Basic/UTF_SweepFormula_PSX.ipf
Original file line number Diff line number Diff line change
Expand Up @@ -1679,7 +1679,6 @@ static Function/S GetTestCode(string postProc, [string eventState, string prop])

code = "psx(myId, psxKernel(select(selrange([50, 150]), selchannels(AD6), selsweeps([0, 2]), selvis(all))), 5, 100, 0)"


code = "psx(myId, psxKernel(select(selrange([50, 150]), selchannels(AD6), selsweeps([0, 2]), selvis(all))), 1.5, 100, 0)"
code += "\r and \r"
code += "psxStats(myId, select(selrange([50, 150]), selchannels(AD6), selsweeps([0, 2]), selvis(all)), " + prop + ", " + eventState + ", " + postProc + ")"
Expand Down

0 comments on commit 58c9c09

Please sign in to comment.