Skip to content

Commit

Permalink
fixup! WIP: PSQ_Rheobase: Add support for DAScale limit checks
Browse files Browse the repository at this point in the history
  • Loading branch information
t-b committed Oct 23, 2024
1 parent d914ca4 commit c273d9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Packages/MIES/MIES_AnalysisFunctions_PatchSeq.ipf
Original file line number Diff line number Diff line change
Expand Up @@ -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])
Expand Down

0 comments on commit c273d9e

Please sign in to comment.