From fe07bfe622fa329825ac072a3b17e9edafb623dd Mon Sep 17 00:00:00 2001 From: LuChiChick <1084116302@qq.com> Date: Mon, 20 Oct 2025 23:27:07 +0800 Subject: [PATCH] Modified README content --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f21e390..62b06a6 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ SNOOPerToCSV.exe AAA.txt -t -1.2 -f Voltage float `` 标识变量的方式,除了上述的子串名识别外,还可以使用ID进行匹配,这个ID会在你进行生成时输出到终端,例如上面的图片终端中有16个ID(劳特巴赫至多支持16个变量采样),此外也可以使用识别串同时指定多个变量,例如将名称中含有 `Voltage` 的条目和ID为11的条目输出为单浮点类型,你可以使用如下指令: ```shell -SNOOPerToCSV.exe AAA.txt -t -1.2 -f Voltage,15 float +SNOOPerToCSV.exe AAA.txt -t -1.2 -f Voltage,11 float ``` 即所谓识别串就是将子串名或ID以逗号(英文逗号)分隔的连续字符串作为 `` 输入;