Skip to content

Commit

Permalink
Re #6938. Start initial read from start of run as well.
Browse files Browse the repository at this point in the history
  • Loading branch information
RussellTaylor committed Aug 22, 2013
1 parent cc85dcb commit a7a93a4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Code/Mantid/MantidQt/CustomInterfaces/src/StepScan.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,8 @@ void StepScan::startLiveListener()
// TODO: Run entirely asynchronously (see AlgorithmRunner)
IAlgorithm_sptr startLiveData = AlgorithmManager::Instance().create("StartLiveData");
startLiveData->setProperty("UpdateEvery",5.0);
startLiveData->setProperty("FromNow",false);
startLiveData->setProperty("FromStartOfRun",true);
startLiveData->setProperty("Instrument",m_instrument);
m_inputWSName = "__live";
startLiveData->setProperty("OutputWorkspace",m_inputWSName);
Expand Down

0 comments on commit a7a93a4

Please sign in to comment.