更新参数管理模块代码生成逻辑;
This commit is contained in:
4
.vscode/launch.json
vendored
4
.vscode/launch.json
vendored
@@ -11,7 +11,7 @@
|
||||
"program": "source/main.py",
|
||||
"console": "integratedTerminal",
|
||||
"args": [
|
||||
"test/param_input.xlsx",
|
||||
"test/CBB_Param/param_input.xlsx",
|
||||
"-t=CBB_Param",
|
||||
"-d=PV_INV30",
|
||||
]
|
||||
@@ -24,7 +24,7 @@
|
||||
"console": "integratedTerminal",
|
||||
"args": [
|
||||
// "${command:pickArgs}",
|
||||
"test/光伏逆变器2.1_通信地址表_V01.xlsx",
|
||||
"test/PV_Inverter/光伏逆变器2.1_通信地址表_V33.xlsx",
|
||||
"-t=COMM_ARM",
|
||||
"-d=PV_INV30"
|
||||
],
|
||||
|
||||
4
.vscode/tasks.json
vendored
4
.vscode/tasks.json
vendored
@@ -13,7 +13,7 @@
|
||||
"type": "shell",
|
||||
"command": "de_encrypt",
|
||||
"args": [
|
||||
"test/光伏逆变器2.1_通信地址表_V01.xlsx",
|
||||
"${command:pickArgs}",
|
||||
],
|
||||
|
||||
"problemMatcher": [],
|
||||
@@ -34,7 +34,7 @@
|
||||
"type": "shell",
|
||||
"command": "rm",
|
||||
"args": [
|
||||
"test/光伏逆变器2.1_通信地址表_V01_dec.dec",
|
||||
"${command:pickArgs}",
|
||||
],
|
||||
|
||||
"problemMatcher": [],
|
||||
|
||||
Reference in New Issue
Block a user