完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
我将尝试尽可能简单:像8753E这样的老式网络分析仪在labview中具有将校准保存/调用到控制计算机而不是网络分析仪的能力。
我希望为E5071C网络分析仪做同样的事情,但驱动程序是不同的,不包括详细的帮助。 (google在查看前10页结果的链接后似乎没有包含详细的帮助)我需要能够保存到计算机并使用Labview从计算机中调用来自E5071C网络分析仪的校准文件 GPIB电缆,如果可能的话。 有谁知道我怎么做到这一点? 以上来自于谷歌翻译 以下为原文 I'll try to make this as simple as possible: Older network analyzers like the 8753E had the capability in labview to save/recall a Calibration to the controlling computer instead of the Network analyzer. I am looking to do the same thing for an E5071C Network analyzer but the drivers are different and don't include detailed help. (google doesn't seem to include detailed help after going through the links for the first 10 pages of results) I need to be able to save to the computer and recall from the computer the calibration files from the E5071C network analyzer using Labview and the GPIB cable if that is possible. Does anyone know how I can do this? |
|
相关推荐
5个回答
|
|
是的,这是可能的。
在ENA上没有“校准集”,您只能将仪器状态与校准数据一起保存到状态文件中。 保存状态的命令是MMEMory.STORe.STATe。 将状态文件保存在ENA磁盘上后,可以使用以下命令将其传输到PC:MMEMory:TRANsfer。 我有另一篇文章谈论如何将文件从ENA传输到PC:将文件从ENA复制到PC(VC ++)如果你看一下:MMEMory:TRANsfer的描述,你会看到你可以使用这个命令 将文件从PC传输到ENA也是如此。 因此,您可以将状态文件从PC传输到ENA,并使用MMEMory.LOAD.STATe命令读取包含校准数据的状态。 虽然这绝对是可能的,但我不明白为什么你不将状态保存到ENA并稍后从ENA加载状态。 以上来自于谷歌翻译 以下为原文 Yeah it is possible. On the ENA there is no "Cal set", you can only save the instrument state together with the cal data to a state file. The command to save the state is MMEMory.STORe.STATe. After you save the state file on the ENA disk, you can transfer it to the PC with command of :MMEMory:TRANsfer. I have another post talking about how to transfer a file from the ENA to the PC: Copying file from ENA to PC (VC++) If you take a look at the description of :MMEMory:TRANsfer, you'll see you can use this command to transfer a file from PC to the ENA, too. So you can transfer the state file from PC to the ENA and use the MMEMory.LOAD.STATe command to read the state including the cal data. Although it is definitely possible, I don't understand why you don't save the state to the ENA and load the state from the ENA later. |
|
|
|
平凡的世界12 发表于 2018-11-28 15:52 对于我希望使用的惯例,ENA是模仿我使用的8753E分析仪进行的早期测试。 我使用双端口分析仪并使用rf开关将其转换为多端口,为了使其正常工作,我需要保存多个校准。 保存到分析仪意味着我必须找到Cal文件的路径并手动将它们输入我的计算机,而不是仅仅在我的实验室计算机上找到它们并在需要调用该特定路径时将它们发送到分析仪。 必须在分析仪上找到它们比在计算机上找到文件路径对话框并快速找到它需要更多的时间。 我对此选项被删除感到失望,因为它阻碍了我的测试设置的效率。 我发现让它做我想要的唯一方法是使用以太网电缆并在计算机和ENA之间建立网络。 执行此操作后,我可以使用:mmem:stor:stat将网络保存到计算机的公共文档中。 以上来自于谷歌翻译 以下为原文 For the convention that I wish to use the ENA is to mimic earlier testing done with the 8753E analyzer that I was using. I use a two port analyzer and make it into a multi port using rf switches, and in order to have this work properly I need multiple calibrations saved. Saving to the analyzers means I have to find the paths of the Cal files and enter them into my computer manually instead of just finding them on my lab computer and sending them to the analyzer when that specific path needs to be recalled. Having to find them on the analyzer takes more time than having a file path dialog on the computer and finding it quickly. I'm disappointed that this option was removed because it hinders the efficiency of my test setup. I found the only way to get it to do what I want is to use an ether net cable and make a network between the computer and ENA. After doing this I can use the :mmem:stor:stat to save over the network into the public documents of the computer. |
|
|
|
平凡的世界12 发表于 2018-11-28 15:52 对于我希望使用的惯例,ENA是模仿我使用的8753E分析仪进行的早期测试。 我使用双端口分析仪并使用rf开关将其转换为多端口,为了使其正常工作,我需要保存多个校准。 保存到分析仪意味着我必须找到Cal文件的路径并手动将它们输入我的计算机,而不是仅仅在我的实验室计算机上找到它们并在需要调用该特定路径时将它们发送到分析仪。 必须在分析仪上找到它们比在计算机上找到文件路径对话框并快速找到它需要更多的时间。 我对此选项被删除感到失望,因为它阻碍了我的测试设置的效率。 我发现让它做我想要的唯一方法是使用以太网电缆并在计算机和ENA之间建立网络。 执行此操作后,我可以使用:mmem:stor:stat将网络保存到计算机的公共文档中。 以上来自于谷歌翻译 以下为原文 For the convention that I wish to use the ENA is to mimic earlier testing done with the 8753E analyzer that I was using. I use a two port analyzer and make it into a multi port using rf switches, and in order to have this work properly I need multiple calibrations saved. Saving to the analyzers means I have to find the paths of the Cal files and enter them into my computer manually instead of just finding them on my lab computer and sending them to the analyzer when that specific path needs to be recalled. Having to find them on the analyzer takes more time than having a file path dialog on the computer and finding it quickly. I'm disappointed that this option was removed because it hinders the efficiency of my test setup. I found the only way to get it to do what I want is to use an ether net cable and make a network between the computer and ENA. After doing this I can use the :mmem:stor:stat to save over the network into the public documents of the computer. |
|
|
|
平凡的世界12 发表于 2018-11-28 15:52 对于我希望使用的惯例,ENA是模仿我使用的8753E分析仪进行的早期测试。 我使用双端口分析仪并使用rf开关将其转换为多端口,为了使其正常工作,我需要保存多个校准。 保存到分析仪意味着我必须找到Cal文件的路径并手动将它们输入我的计算机,而不是仅仅在我的实验室计算机上找到它们并在需要调用该特定路径时将它们发送到分析仪。 必须在分析仪上找到它们比在计算机上找到文件路径对话框并快速找到它需要更多的时间。 我对此选项被删除感到失望,因为它阻碍了我的测试设置的效率。 我发现让它做我想要的唯一方法是使用以太网电缆并在计算机和ENA之间建立网络。 执行此操作后,我可以使用:mmem:stor:stat将网络保存到计算机的公共文档中。 以上来自于谷歌翻译 以下为原文 For the convention that I wish to use the ENA is to mimic earlier testing done with the 8753E analyzer that I was using. I use a two port analyzer and make it into a multi port using rf switches, and in order to have this work properly I need multiple calibrations saved. Saving to the analyzers means I have to find the paths of the Cal files and enter them into my computer manually instead of just finding them on my lab computer and sending them to the analyzer when that specific path needs to be recalled. Having to find them on the analyzer takes more time than having a file path dialog on the computer and finding it quickly. I'm disappointed that this option was removed because it hinders the efficiency of my test setup. I found the only way to get it to do what I want is to use an ether net cable and make a network between the computer and ENA. After doing this I can use the :mmem:stor:stat to save over the network into the public documents of the computer. |
|
|
|
jiajia627 发表于 2018-11-28 16:23 我理解你很难找到ENA上的cal状态来召回。 但我认为你可以这样做:1。保存状态文件时,始终将其保存到ENA上的专用文件夹,例如“D: calStates”。 2.您可以通过执行以下操作来保存之前保存的所有状态文件:使用:MMEMory:CATalog? 命令catelog ENA上“D: calStates”文件夹下的所有文件,然后使用“.STA”文件后缀3过滤文件。获得cal状态文件列表后,可以显示此列表 您的测试软件可供选择。 选择一个校准状态后,您可以使用命令从ENA加载状态。 通过这种方式,您可以避免ENA和PC之间的数据传输。 编辑:ningchen于2014年7月12日12:00 AM编辑:ningchen于2014年7月12日上午12:01 以上来自于谷歌翻译 以下为原文 I understand your difficulty in finding the cal state on the ENA to be recalled. But I think you can do this: 1. When you save the state file, always save it to a dedicated folder on the ENA, something like "D:calStates". 2. You can catelog all the state files you saved before by doing this: Use :MMEMory:CATalog? command to catelog all the files under the "D:calStates" folder on the ENA, then filter the files with the ".STA" file suffix 3. When you get the list of your cal state files, you can show this list on your test software for selection. Once one cal state is selected, you can use command to load the state from ENA. In this way you can avoid data transfer between ENA and PC. Edited by: ningchen on Jul 12, 2014 12:00 AM Edited by: ningchen on Jul 12, 2014 12:01 AM |
|
|
|
只有小组成员才能发言,加入小组>>
1272 浏览 0 评论
2371 浏览 1 评论
2187 浏览 1 评论
2061 浏览 5 评论
2944 浏览 3 评论
1091浏览 1评论
关于Keysight x1149 Boundary Scan Analyzer
746浏览 0评论
N5230C用“CALC:MARK:BWID?”获取Bwid,Cent,Q,Loss失败,请问大佬们怎么解决呀
912浏览 0评论
1276浏览 0评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-12-20 03:04 , Processed in 1.717429 second(s), Total 84, Slave 68 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号