File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1754,7 +1754,7 @@ threadsafe Function/WAVE GetLBNidCache(numericalValues)
17541754 return wv
17551755End
17561756
1757- static Constant SWEEP_SETTINGS_WAVE_VERSION = 32
1757+ static Constant SWEEP_SETTINGS_WAVE_VERSION = 33
17581758
17591759/// @brief Uses the parameter names from the `sourceKey` columns and
17601760/// write them as dimension into the columns of dest.
@@ -2300,7 +2300,7 @@ Function/Wave GetSweepSettingsTextKeyWave(device)
23002300 wv[ 0 ][ 16 ] = HIGH_PREC_SWEEP_START_KEY
23012301 wv[ 0 ][ 17 ] = STIMSET_WAVE_NOTE_KEY
23022302 wv[ 0 ][ 18 ] = "TTL rack zero " + LABNOTEBOOK_TTL_SETSWEEPCOUNTS
2303- wv[ 0 ][ 19 ] = "TTL rack one " + LABNOTEBOOK_TTL_SETSWEEPCOUNTS
2303+ wv[ 0 ][ 19 ] = "TTL rack one " + LABNOTEBOOK_TTL_SETSWEEPCOUNTS
23042304 wv[ 0 ][ 20 ] = "TTL " + LABNOTEBOOK_TTL_SETSWEEPCOUNTS
23052305 wv[ 0 ][ 21 ] = "TTL " + LABNOTEBOOK_TTL_STIMSETS
23062306 wv[ 0 ][ 22 ] = "TTL channels"
Original file line number Diff line number Diff line change @@ -3729,7 +3729,7 @@ Function TPDuringDAQWithTTL_REENTRY([str])
37293729 CHECK_EQUAL_VAR ( TPSettingsCalculated[ % totalLengthPointsDAQ] , 1000 )
37303730 CHECK_EQUAL_VAR ( TPSettingsCalculated[ % totalLengthPointsTP] , 2000 )
37313731#elif defined ( TESTS_WITH_ITC1600 _HARDWARE)
3732- CHECK_EQUAL_VAR ( TPSettingsCalculated[ % totalLengthPointsDAQ] , 1000 )
3732+ CHECK_EQUAL_VAR ( TPSettingsCalculated[ % totalLengthPointsDAQ] , 2000 )
37333733 CHECK_EQUAL_VAR ( TPSettingsCalculated[ % totalLengthPointsTP] , 2000 )
37343734#elif defined ( TESTS_WITH_NI_HARDWARE)
37353735 CHECK_EQUAL_VAR ( TPSettingsCalculated[ % totalLengthPointsDAQ] , 5000 )
You can’t perform that action at this time.
0 commit comments