完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
电子发烧友论坛|
全部,我正在编写一些测试软件,必须在带有多端口测试装置(U3024AH10)和9个CalPods的2端口PNA上运行。
我不知道如何选择豆荚。 我正在参考PNA帮助A.10.25,但那里的信息很少,我找不到多路复用器的编程手册。 假设我希望多路复用器将pod 7连接到PNA端口1.什么是SCPI代码? 或者说我希望pod 3连接到端口1,pod 8连接到端口2,然后测量S21。 我无法访问设备,所以我甚至无法进行实验。 有没有人有信息? 谢谢,-Bill 以上来自于谷歌翻译 以下为原文 All, I am writing some test software that has to run on a 2 port PNA with a multiport test set (U3024AH10) and 9 CalPods. I have no idea how to select the pods. I am referenceing PNA Help A.10.25, but there is little info in there, and I can't find a programming manual for the multiplexor. Say I want the multiplexor to connect pod 7 to PNA port 1. What is the SCPI code for that? Or say I want pod 3 to connect to port 1 and pod 8 to port 2 and then measure S21. I don't have access to the equipment, so I can't even experiment. Does anyone have information? Thanks, -Bill |
|
相关推荐
5个回答
|
|
|
这是 - > http://na.support.keysight.com/pna/help/latest/Programming/GP-IB_Command_Finder/Calpod.htm有帮助吗?
以上来自于谷歌翻译 以下为原文 Does this --> http://na.support.keysight.com/pna/help/latest/Programming/GP-IB_Command_Finder/Calpod.htm help? |
|
|
|
|
linlin10 发表于 2018-10-15 11:45 谢谢。 我已经有了这份文件。 它没有告诉我如何通过多路复用器访问cal pod。 我希望多路复用器的工作方式类似于标准的开关矩阵,命令类似于“关闭xx”。 实际上,我刚从这里有人那里得到了多路复用器用户指南。 我希望这会有所帮助。 谢谢... -BIll 以上来自于谷歌翻译 以下为原文 Thank you. I already have that document. It doesn't tell me how to access the cal pods through the multiplexor. I'm expecting the multiplexor to work something like a standard switch matrix with commands similar to "Close xx." Actually, I just got a multiplexor user's guide from someone here. I'm hoping that will help. Thanks... -BIll |
|
|
|
|
|
比尔:我以前做过类似的节目。 要使用SCPI命令控制测试集切换路径,您需要使用适当的地址向测试集IO发送命令。 每个交换机路径的地址都包含在测试集配置文件(http://na.support.keysight.com/multiport/testsets/)中,下面的“dualPath”部分告诉您路径切换的所有地址。 用于Calpod控制的SCPI命令位于PNA用户手册的CONTrol:CALPod:COMMand中。 如果要进行S85之类的测量,则需要执行以下步骤:1。将测试设置开关路径设置为端口5和端口8并测量S21。 2.将端口5上的Calpod分配给端口1(因为Calpod不知道多端口测试集并假设使用了端口1),将端口8上的Calpod分配给端口2. 3.进行2端口校准并保存 一套校准。 您可以在此状态下初始化Calpod。 测量S21。 一段时间后,如果您想再次测量S85并且想要移除漂移和电缆夹板,可以使用Calpod刷新Cal。 在这种情况下,您需要重复上面的步骤1和2,然后加载之前为此路径保存的校准集,并执行Calpod刷新。 附件是我以前的程序(VS2010,WPF),你可以参考函数SetSwitchPathAndAssignCalpodsForChannel()来查看如何发送命令来控制测试集和分配cal pod。 我希望你会喜欢它。 以上来自于谷歌翻译 以下为原文 Hi Bill: I've done a similar program before. To control the test set switch path with SCPI command, you need to send command to the test set IO with appropriate addresses. The addresses for each switch path is included in the test set config file (http://na.support.keysight.com/multiport/testsets/), the "dualPath" sections under tells you all the address for path switching. The SCPI command for Calpod control is in the CONTrol:CALPod:COMMand of the PNA user manual. If you want to do a measurement like S85, you need to follow these steps: 1. set test set switch path to port 5 and port 8 and measure S21. 2. Assign Calpod on port 5 to port 1 (because Calpod doesn't know the multiport test set and it is assuming port 1 is used), assign Calpod on port 8 to port 2. 3. Do a 2-port calibration and save a cal set. You can initialize the Calpod in this state. Measure the S21. After some time, if you want to measure S85 again and you want to remove the drift and cable flextures, you can use Calpod to refresh the Cal. In that case, you need to repeat the step 1 and 2 above, then load the cal set saved for this path before, and do a Calpod refresh. Attached is my previous program (VS2010, WPF), you can refer to function SetSwitchPathAndAssignCalpodsForChannel() to see how to send commands to control the test set and assign cal pods. I hope you would like it. 附件
|
|
|
|
|
平凡的世界12 发表于 2018-10-15 12:17 ningchen,谢谢你的回复。 你的计划中有很多好东西。 我缺少AgilentPNA835x和FCAppLib库。 这些是什么,我在哪里可以得到它们? 谢谢,-Bill 以上来自于谷歌翻译 以下为原文 ningchen, Thank you for the reply. There's lot's of good stuff in your program. I am missing the AgilentPNA835x and FCAppLib libraries. What are these and where can I get them? Thanks, -Bill |
|
|
|
|
|
嗨比尔,我忘了提到我使用DCOM rathar比SCPI命令控制PNA,但概念是一样的。 现在您有两个选择:1。构建并运行我的程序。 然后,您需要按照http://na.support.keysight.com/pna/help/latest/help.htm中描述的步骤配置与PNA的DCOM连接。 然后,您可以使用“添加引用”从COM选项卡添加缺少的类型库。 调试我的程序可以帮助您更快地理解它。 2.您只需知道哪些命令用于设置测试集开关路径并为PNA端口分配Cal pod,因此您无需运行我的程序。 您可以查看SetSwitchPathAndAssignCalpodsForChannel()方法并查找使用的命令。 具体而言,SwitchToPath(int,int)方法用于设置切换路径。 我解析了测试集配置文件中的地址和数据,并将它们发送到交换测试集IO。 这样做的SCPI命令控制:外部:测试集:数据,(在我的计划,我使用_testSetIO.WriteData的DCOM功能(地址,数据))方法AssignCalPods(整型,字符串)是一个PNA分配CAL荚 港口。 我使用的命令是CONT:CALP:COMM'CALP:ENAB,'编辑:ningchen于2015年3月25日上午8:17 以上来自于谷歌翻译 以下为原文 Hi Bill, I forgot to mention that I was using DCOM rathar than SCPI command to control the PNA, but the concept is the same. Now you have two choices: 1. Build and run my program. Then you will need to follow the procedure described on http://na.support.keysight.com/pna/help/latest/help.htm to configure the DCOM connection to the PNA. Then you can use "Add Reference" to add the missing type libraries from the COM tab. Debugging my program may help you understand it faster. 2. You only need to know which commands are for setting the test set switch paths and assign Cal pod for a PNA port, so you don't need to run my program. You can look into the SetSwitchPathAndAssignCalpodsForChannel() method and find the commands used. Specificly, the SwitchToPath(int, int) method is for setting the switch paths. I parsed the address and data from the test set config file and send them to the switching test set IO. The SCPI command for this is CONTrol:EXTernal:TESTset:DATa , (in my program, I'm using DCOM function of _testSetIO.WriteData(address, data) ) Method AssignCalPods(int, string) is for assigning cal pod to a PNA port. And the command I used is CONT:CALP:COMM 'CALP:ENAB ,' Edited by: ningchen on Mar 25, 2015 8:17 AM |
|
|
|
|
只有小组成员才能发言,加入小组>>
90 浏览 0 评论
1857 浏览 0 评论
2751 浏览 1 评论
2654 浏览 1 评论
2476 浏览 5 评论
1857浏览 0评论
429浏览 0评论
90浏览 0评论
/9
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2025-12-10 06:00 , Processed in 0.930586 second(s), Total 82, Slave 65 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191

淘帖
1859