ScpiFuncs_Acquire.cs 427 B

12345678910111213141516
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Text;
  5. using System.Threading.Tasks;
  6. using UESTC.Auto.SCPIManager;
  7. using Uestc.Auto6.Dso.Core;
  8. using System.Reflection;
  9. using System.ComponentModel;
  10. namespace Uestc.Auto6.Dso.Scpi
  11. {
  12. partial class StubFunc
  13. {
  14. //================= 采集 =================================================================================================
  15. }
  16. }