ScpiFuncs_TriggerEdgePwidth.cs 435 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. }