LAPTOP-SNT8I5JK\Boounion
2025-06-12 92c468d386d33f5e74916a7afd290e50ce0d5d6f
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()