Commit 4c67f823b7970cfc22f085fbc1ffd9453f6d6cfe

Authored by David Gräff
1 parent 0388b57c

Update control.cpp

MODEL_DSO6022BE: comment out specification.gainDiv in control.cpp for now.
openhantek/src/hantek/control.cpp
@@ -940,8 +940,8 @@ namespace Hantek { @@ -940,8 +940,8 @@ namespace Hantek {
940 this->specification.voltageLimit[channel] 940 this->specification.voltageLimit[channel]
941 << 25 << 51 << 103 << 206 << 412 << 196 << 392 << 784 << 1000; 941 << 25 << 51 << 103 << 206 << 412 << 196 << 392 << 784 << 1000;
942 // Divider. Tested and calculated results are different! 942 // Divider. Tested and calculated results are different!
943 - this->specification.gainDiv  
944 - << 10 << 10 << 10 << 10 << 10 << 2 << 2 << 2 << 1; 943 + //this->specification.gainDiv
  944 + // << 10 << 10 << 10 << 10 << 10 << 2 << 2 << 2 << 1;
945 this->specification.sampleSize = 8; 945 this->specification.sampleSize = 8;
946 break; 946 break;
947 947