对不起,可以读取vi代码,但是如果你发布了specfic命令语法,我可能会对某些东西进行排序但是这个问题在类似的情况下出现了。
不幸的是,有两种类型的跟踪号。
有一个唯一的测量编号(MNUM),由cal:par:sel使用,并与显示屏上的Tr(n)编号匹配。
所以你只能有一个Tr1,Tr2等,它们可以在任何窗口中。
然后你有窗口跟踪号,它是“窗口中的第一个跟踪,窗口中的第二个跟踪”,并为每个窗口重新启动。
第一条迹线为黄色,第二条迹线为蓝色。
在创建测量时,您必须使用唯一的MNUM创建它,但是如果您有超过24个,则必须开始将迹线输入到新窗口中。
因此,当您创建第25个跟踪时,需要使用Cal:Par:Def创建具有唯一MName的跟踪,然后将其提供给具有重用Tnum的新窗口。
以上来自于谷歌翻译
以下为原文
Sorry, can read vi code, but if you post the specfic command syntax I might be able to sort something out
But this question came up before in a similar situation.
Unfotunately, there are two types of trace numbers.
There is the unique Measurement Number (MNUM) which is used by cal:par:sel and matches the Tr(n) number on the display. So you can have only one Tr1, Tr2, etc, and they can be in any window.
Then you have the window trace number, which is "first trace in the window, second trace in the window" and restarts for each window. First trace is yellow, second trace is blue.
WHen you create a measurment, you have to create it with a unique MNUM, but then if you have more then 24, you have to start feeding the traces into a new window.
So, when you create a 25th trace, you need to create it with Cal:Par:Def with a unique MName, but then feed it to a new window with a re-used Tnum.
对不起,可以读取vi代码,但是如果你发布了specfic命令语法,我可能会对某些东西进行排序但是这个问题在类似的情况下出现了。
不幸的是,有两种类型的跟踪号。
有一个唯一的测量编号(MNUM),由cal:par:sel使用,并与显示屏上的Tr(n)编号匹配。
所以你只能有一个Tr1,Tr2等,它们可以在任何窗口中。
然后你有窗口跟踪号,它是“窗口中的第一个跟踪,窗口中的第二个跟踪”,并为每个窗口重新启动。
第一条迹线为黄色,第二条迹线为蓝色。
在创建测量时,您必须使用唯一的MNUM创建它,但是如果您有超过24个,则必须开始将迹线输入到新窗口中。
因此,当您创建第25个跟踪时,需要使用Cal:Par:Def创建具有唯一MName的跟踪,然后将其提供给具有重用Tnum的新窗口。
以上来自于谷歌翻译
以下为原文
Sorry, can read vi code, but if you post the specfic command syntax I might be able to sort something out
But this question came up before in a similar situation.
Unfotunately, there are two types of trace numbers.
There is the unique Measurement Number (MNUM) which is used by cal:par:sel and matches the Tr(n) number on the display. So you can have only one Tr1, Tr2, etc, and they can be in any window.
Then you have the window trace number, which is "first trace in the window, second trace in the window" and restarts for each window. First trace is yellow, second trace is blue.
WHen you create a measurment, you have to create it with a unique MNUM, but then if you have more then 24, you have to start feeding the traces into a new window.
So, when you create a 25th trace, you need to create it with Cal:Par:Def with a unique MName, but then feed it to a new window with a re-used Tnum.
举报