mirror of
https://github.com/slsdetectorgroup/aare.git
synced 2026-02-19 23:08:41 +01:00
changed default DAC value in ScanParameters
This commit is contained in:
@@ -42,7 +42,7 @@ class RawFileNameComponents {
|
|||||||
|
|
||||||
class ScanParameters {
|
class ScanParameters {
|
||||||
bool m_enabled = false;
|
bool m_enabled = false;
|
||||||
DACIndex m_dac = DACIndex::DAC_2;
|
DACIndex m_dac{};
|
||||||
int m_start = 0;
|
int m_start = 0;
|
||||||
int m_stop = 0;
|
int m_stop = 0;
|
||||||
int m_step = 0;
|
int m_step = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user