///<summary>清空</summary>
 public void Clear()
 {
     if (m_Oscilloscope != IntPtr.Zero)
     {
         Dll.Clear(m_Oscilloscope);
     }
 }