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

delete config mode check at mode write (to avoid pb with config change order)

parent bda8f106
No related branches found
No related tags found
No related merge requests found
......@@ -987,15 +987,6 @@ void PulseCounting::write_acquisitionMode(Tango::WAttribute &attr)
if (l_str.compare(ACQ_MODE_SCAL_STR) == 0)
{
l_mode = ACQ_MODE_SCAL;
// Master config only
if (!this->isMaster)
{
THROW_DEVFAILED(
_CPTC("CONFIGURATION_ERROR"),
_CPTC("Cannot use slave configuration in SCALAR mode: check IsMaster property first!"),
_CPTC("PulseCounting::write_acquisitionMode"));
}
}
else
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment