From c273d9e6a0a47bf934a32e03f443c6939fd9a08b Mon Sep 17 00:00:00 2001 From: Thomas Braun Date: Wed, 23 Oct 2024 13:09:24 +0200 Subject: [PATCH] fixup! WIP: PSQ_Rheobase: Add support for DAScale limit checks --- Packages/MIES/MIES_AnalysisFunctions_PatchSeq.ipf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Packages/MIES/MIES_AnalysisFunctions_PatchSeq.ipf b/Packages/MIES/MIES_AnalysisFunctions_PatchSeq.ipf index ac53127db6..a87a594b95 100644 --- a/Packages/MIES/MIES_AnalysisFunctions_PatchSeq.ipf +++ b/Packages/MIES/MIES_AnalysisFunctions_PatchSeq.ipf @@ -4943,7 +4943,7 @@ Function PSQ_Rheobase(device, s) endif WAVE oorDAScale = LBN_GetNumericWave() - oorDAScale[s.headstage] = SetDAScale(device, s.sweepNo, s.headstage, absolute = DAScale) + oorDAScale[s.headstage] = SetDAScale(device, s.sweepNo, s.headstage, absolute = DAScale) ReportOutOfRangeDAScale(device, s.sweepNo, PSQ_RHEOBASE, oorDAScale) if(oorDAScale[s.headstage])