Compare commits

..

No commits in common. "main" and "Ver2.0" have entirely different histories.
main ... Ver2.0

View File

@ -29,7 +29,7 @@ SNOOPerToCSV.exe AAA.txt -t -1.2 -f Voltage float
`<identification>` 标识变量的方式除了上述的子串名识别外还可以使用ID进行匹配这个ID会在你进行生成时输出到终端例如上面的图片终端中有16个ID劳特巴赫至多支持16个变量采样此外也可以使用识别串同时指定多个变量例如将名称中含有 `Voltage` 的条目和ID为11的条目输出为单浮点类型你可以使用如下指令
```shell
SNOOPerToCSV.exe AAA.txt -t -1.2 -f Voltage,11 float
SNOOPerToCSV.exe AAA.txt -t -1.2 -f Voltage,15 float
```
即所谓识别串就是将子串名或ID以逗号英文逗号分隔的连续字符串作为 `<identification>` 输入;