04 2023 档案
摘要:程序运行输出窗口: 脚本程序窗口: 点击+号即可新建脚本,点击run即可运行脚本,在程序运行输出窗口即可观察程序运行结果。 脚本程序如下: modelFileName=plecs('get','','CurrentCircuit')%获取仿真电路文件名 plecs('get',[modelFileN
阅读全文
摘要:1、安装python扩展插件: 2、打开扩展设置: 3、配置Pyuic:Cmd与Qtdesigner:Path路径 1为pyuic的位置,这里先自己试一下默认的情况下ui能不能编译成python代码,能就不用改,不能就更改为pyuic.exe位置。 2为pyuic编译为.py文件的存放路径,如下为存
阅读全文
摘要:主窗口: # -*- coding: utf-8 -*- # Form implementation generated from reading ui file 'caiya_2.ui' # # Created by: PyQt5 UI code generator 5.14.2 # # WARN
阅读全文