Thomas Braun

Results 385 comments of Thomas Braun

@timjarsky Ready for playing around.

Tim and I played around today. And it is very nice! I have compiled a list of items to look at: - [x] BSP_CheckProc_ChangedSetting(...)#L1293 [MIES_BrowserSettingsPanel.ipf] UpdateSweepPlot(...)#L6407 [MIES_MiesUtilities.ipf] SB_UpdateSweepPlot(...)#L357 [MIES_AnalysisBrowser_SweepBrowser.ipf] PostPlotTransformations(...)#L3970...

@MichaelHuth CI will not run when you have merge conflicts.

@MichaelHuth How is the `cursor` operation handled by the changes here? Would you do `selectRange(cursors(A, B))`?

@timjarsky Does it make sense to add another selector `selExp` to select the experiment name? This would come in handy if you have sweeps from different experiments in one sweepbrowser....

> So selrange(cursors(A,B)) gets the cursor range. That's good enough.

I've tried playing around, but I get an assertion when loading data from the analysisbrowser: ``` PGC_SetAndActivateControl(...)#L231 [MIES_ProgrammaticGUIControl.ipf] AB_ButtonProc_LoadSweeps(...)#L2749 [MIES_AnalysisBrowser.ipf] PGC_SetAndActivateControl(...)#L231 [MIES_ProgrammaticGUIControl.ipf] BSP_ButtonProc_ChangeSweep(...)#L1485 [MIES_BrowserSettingsPanel.ipf] UpdateSweepPlot(...)#L6410 [MIES_MiesUtilities.ipf] SB_UpdateSweepPlot(...)#L374 [MIES_AnalysisBrowser_SweepBrowser.ipf] PostPlotTransformations(...)#L3978 [MIES_MiesUtilities.ipf]...

> Does that make sense or should it also add the corresponding other channeltype / channelnumber (i.e. always ADC + DAC) ? Yes that makes sense.

> I checked also the GetLastSetting DimLabel speed up and for the select case I tried it shows a 20% - 25% performance increase. Is that percent or percentage points?

Todo: - [x] Rename selSCI/selRAC to selExpandSCI/selExpandRAC - [x] Add selSetCycleCount(n), selSetSweepCount(n): LBN "Set Sweep Count" and "Set Cycle Count" - [x] Add a way to select the n'th SCI/RAC,...