Esempio n. 1
0
 public SumpConfiguration()
 {
     TriggerSetup          = new TriggerStageConfiguration[4];
     DisabledChannelGroups = new Dictionary <int, bool>();
     ReadCount             = 10;
     DelayCount            = 10;
     SampleFrequency       = 1000;
     Demux         = false;
     Filter        = false;
     ExternalClock = false;
     InvertedClock = false;
 }
Esempio n. 2
0
 public SumpConfiguration()
 {
     TriggerSetup=new TriggerStageConfiguration[4];
     DisabledChannelGroups=new Dictionary<int, bool>();
     ReadCount=10;
     DelayCount=10;
     SampleFrequency=1000;
     Demux=false;
     Filter=false;
     ExternalClock=false;
     InvertedClock=false;
 }