Ignore:
Timestamp:
06/22/11 13:20:05 (13 years ago)
Author:
tbretz
Message:
Added possibility to set the clock conditioner's frequency for some selected frequency.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/gui/FactGui.h

    r11086 r11102  
    13311331        fClockCondR14->setValue(sdata.fClockConditioner[6]);
    13321332        fClockCondR15->setValue(sdata.fClockConditioner[7]);
     1333
     1334        //fClockCondFreq->setEditText("");
     1335        fClockCondFreq->setCurrentIndex(0);
    13331336
    13341337        fTriggerSeqPed->setValue(sdata.fTriggerSeqPed);
     
    21822185        fDimFadConnections   ("FAD_CONTROL/CONNECTIONS",     (void*)NULL, 0, this)
    21832186    {
     2187        fClockCondFreq->addItem("-/-", QVariant(-1));
     2188        fClockCondFreq->addItem("700 MHz", QVariant(700));
     2189        fClockCondFreq->addItem("1 GHz",   QVariant(1000));
     2190        fClockCondFreq->addItem("2 GHz",   QVariant(2000));
     2191        fClockCondFreq->addItem("3 GHz",   QVariant(3000));
     2192        fClockCondFreq->addItem("4 GHz",   QVariant(4000));
     2193        fClockCondFreq->addItem("5 GHz",   QVariant(5000));
     2194
    21842195        fTriggerWidget->setEnabled(false);
    21852196        fFtuWidget->setEnabled(false);
Note: See TracChangeset for help on using the changeset viewer.