Skip to content
Snippets Groups Projects
Commit bda8f106 authored by Sonia Minolli's avatar Sonia Minolli
Browse files

Add control at start cmd (TANGODEVIC-1624)

parent 9154a5c7
No related branches found
No related tags found
No related merge requests found
......@@ -1366,6 +1366,7 @@ void PulseCounting::start()
CHECK_MANAGER();
// check configuration mode and slave mode
DEBUG_STREAM << "**** acq mode = " << m_acq_param.acqMode << " - master? " << this->isMaster << std::endl;
if ((m_acq_param.acqMode == ACQ_MODE_SCAL) && (!this->isMaster))
{
THROW_DEVFAILED(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment