web
您处于脱机状态。这是页面的只读版本。
close
  • SMU 2400 UserWarning

    UserWarning: read string doesn't end with termination characters occurs when the following are sent to 2400 SMU
                   SMU.write(":READ?")
                    sleep(0.1)
                    read_buffer=SMU.read(":DATA?")

    How can I eliminate the warning? Thanks