mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-23 18:17:59 +02:00
so that the dacs dont go negative in the gui, default timer reduced to 200ms so more frames can be shown
This commit is contained in:
@ -481,7 +481,7 @@ double XYRangeValues[4];
|
||||
bool IsXYRange[4];
|
||||
|
||||
/** Default timer between plots*/
|
||||
static const double PLOT_TIMER_MS = 250;
|
||||
static const double PLOT_TIMER_MS = 200;
|
||||
/** Specific timer value between plots */
|
||||
double timerValue;
|
||||
/** every nth frame when to plot */
|
||||
|
Reference in New Issue
Block a user