LAPTOP-SNT8I5JK\Boounion
2025-05-28 ce7f9f6df6e34cee1cbb9e776a814bc7548e8bd1
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()