LAPTOP-SNT8I5JK\Boounion
2025-05-12 d68541dce155a682f65b7c3fbfbfbeef17ea5b8f
SourceCode/Bond/Servo/CWriteStep.cpp
@@ -141,10 +141,11 @@
      CStep::getAttributeVector(attrubutes);
      std::string temp;
      unsigned int weight = 20;
      attrubutes.addAttribute(new CAttribute("Current Step",
         std::to_string(m_nCurStep).c_str(), ""));
         std::to_string(m_nCurStep).c_str(), "", weight++));
      attrubutes.addAttribute(new CAttribute("Signal Dev",
         ("W" + CToolUnits::toHexString(m_nWriteSignalDev, temp)).c_str(), ""));
         ("W" + CToolUnits::toHexString(m_nWriteSignalDev, temp)).c_str(), "", weight++));
   }
   void CWriteStep::init()