1)Command Expert(CmdEx,用于此讨论)比“显示函数调用”做了很多。
它可以帮助您构建命令,并使语法正确。
它允许您将它们放在一个序列中,并逐行测试该序列。
然后,它允许您将该序列导出为各种语言。
我已经将它与MATLAB和C ++一起用于快速构建解决方案原型。
您还可以轻松搜索整个命令集,以找到可能符合您需要的命令。
2)据我所知,安捷伦连接专家(ACE)不会自行上传或下载任何内容,除了发送“* IDN”并显示结果。
你可能在谈论IntuiLink或其他一些程序吗?
您可以将CmdEx与作为ACE一部分的IO监视器一起使用,以使命令正确,并查看PC和仪器之间的所有流量。
至于掩模与示波器的实际传输,似乎掩模以“二进制块数据”格式传输。
这可能不是它们存储在USB记忆棒上的格式,所以做你原计划要做的事情可能行不通。
解决方案是在示波器上加载掩码,使用“:MTESt:DATA?”传输到PC,然后存储它。
如果要使用它,命令为“:MTESt:DATA”。
存储在PC上的二进制块数据可以传输到远程站点并在那里使用。
至于在错误时停止Mask Test,你可能想要“:MTESt:RMODe SIGMa”命令,或类似的东西。
免责声明:为了获得更可靠的响应,您应该考虑致电当地的安捷伦技术呼叫中心。
安捷伦论坛在“可用”的基础上进行监控,并不一定是解决技术问题的最快方式。
以上来自于谷歌翻译
以下为原文
1) Command Expert (CmdEx, for this discussion) does a lot more than "display the function call". It helps you build the commands, and get the syntax right. It allows you to put them in a sequence, and test that sequence, line by line. Then it allows you to export that sequence into various languages. I have used it with MATLAB and C++ to quickly prototype a solution. You can also easily search through the entire set of commands to find one that might do what you want.
2) Agilent Connection Expert (ACE) does not, to my knowledge do any uploading or downloading of anything on its own, except send "*IDN" and display the results. Are you possibly talking about IntuiLink, or some other program?
You can use CmdEx along with the IO Monitor that is part of ACE to get your commands correct, and see all of the traffic between the PC and the instrument.
As for the actual transfer of the Masks to and from the scope, it appears that the masks get transferred in "binary block data" format. That may not be the format that they get stored in, on the USB stick, so doing what you had planned to do may not work. The solution is to load a mask on the scope, transfer to the PC using ":MTESt:DATA?", and store it. When you want to use it, the command is ":MTESt:DATA". The binary block data that you store on the PC could be transferred to the remote sites and used there.
As for stopping the Mask Test on errors, you probably want the ":MTESt:RMODe SIGMa" command, or something like it.
Al
Disclaimer: For more reliable response, you should consider calling your local Agilent Technical Call Center. The Agilent Forums are monitored on an "as available" basis, and aren't necessarily the fastest way to get technical questions answered.
1)Command Expert(CmdEx,用于此讨论)比“显示函数调用”做了很多。
它可以帮助您构建命令,并使语法正确。
它允许您将它们放在一个序列中,并逐行测试该序列。
然后,它允许您将该序列导出为各种语言。
我已经将它与MATLAB和C ++一起用于快速构建解决方案原型。
您还可以轻松搜索整个命令集,以找到可能符合您需要的命令。
2)据我所知,安捷伦连接专家(ACE)不会自行上传或下载任何内容,除了发送“* IDN”并显示结果。
你可能在谈论IntuiLink或其他一些程序吗?
您可以将CmdEx与作为ACE一部分的IO监视器一起使用,以使命令正确,并查看PC和仪器之间的所有流量。
至于掩模与示波器的实际传输,似乎掩模以“二进制块数据”格式传输。
这可能不是它们存储在USB记忆棒上的格式,所以做你原计划要做的事情可能行不通。
解决方案是在示波器上加载掩码,使用“:MTESt:DATA?”传输到PC,然后存储它。
如果要使用它,命令为“:MTESt:DATA”。
存储在PC上的二进制块数据可以传输到远程站点并在那里使用。
至于在错误时停止Mask Test,你可能想要“:MTESt:RMODe SIGMa”命令,或类似的东西。
免责声明:为了获得更可靠的响应,您应该考虑致电当地的安捷伦技术呼叫中心。
安捷伦论坛在“可用”的基础上进行监控,并不一定是解决技术问题的最快方式。
以上来自于谷歌翻译
以下为原文
1) Command Expert (CmdEx, for this discussion) does a lot more than "display the function call". It helps you build the commands, and get the syntax right. It allows you to put them in a sequence, and test that sequence, line by line. Then it allows you to export that sequence into various languages. I have used it with MATLAB and C++ to quickly prototype a solution. You can also easily search through the entire set of commands to find one that might do what you want.
2) Agilent Connection Expert (ACE) does not, to my knowledge do any uploading or downloading of anything on its own, except send "*IDN" and display the results. Are you possibly talking about IntuiLink, or some other program?
You can use CmdEx along with the IO Monitor that is part of ACE to get your commands correct, and see all of the traffic between the PC and the instrument.
As for the actual transfer of the Masks to and from the scope, it appears that the masks get transferred in "binary block data" format. That may not be the format that they get stored in, on the USB stick, so doing what you had planned to do may not work. The solution is to load a mask on the scope, transfer to the PC using ":MTESt:DATA?", and store it. When you want to use it, the command is ":MTESt:DATA". The binary block data that you store on the PC could be transferred to the remote sites and used there.
As for stopping the Mask Test on errors, you probably want the ":MTESt:RMODe SIGMa" command, or something like it.
Al
Disclaimer: For more reliable response, you should consider calling your local Agilent Technical Call Center. The Agilent Forums are monitored on an "as available" basis, and aren't necessarily the fastest way to get technical questions answered.
举报