苏,谢谢。
我有理由在SCPI中为DCOM / COM做我能做的事情。
我在DCOM / COM中有一个工作系统。
我们正在扩展其他一些非Keysight切换硬件,因此最好拥有所有SCPI。
感谢Tom S.和一年多前的工厂支持,我能够在DCOM / COM中实现这一目标。
我通过原始测量获得我的标准,因为我必须改变校准的顺序,然后分析仪计算误差项。
换句话说,Put_Standard_Method然后ComputeErrorTerms工作(当然也使用其他命令)。
我只需要SCPI中的相同内容。
http://na.support.keysight.com/pna/help/WebHelp9_9/Programming/COM_Reference/Methods/Put_Standard_Method.htm Put_Standard_Method“将变量数据写入_error校正缓冲区_保存针对特定标准获取的测量数据”并允许错误条款
要计算。
您的代码示例让分析器控件获得标准的度量:SENS:CORR:COLL:ACQ STAN4; * opc?
SENS:CORR:COLL:ACQ STAN5; * opc?
我需要一个“Put_Standard_Method”SCPI替代方案,然后允许“ComputeErrorTerms”SCPI替代方案,它将使用我在“纠错缓冲区”中输入的标准数据来计算错误条款。
感谢您在执行此操作时可能遇到的任何其他想法。
也许解决方案是我只需要混合DCOM和SCPI命令来获得我想要的东西。
Brian编辑:brianbidwell于2014年11月2日上午1:32编辑:brianbidwell于2014年11月2日上午1:36
以上来自于谷歌翻译
以下为原文
Sue,
Thank you. I have reasons for doing what I can do in DCOM/COM in SCPI for this. I have a working system in DCOM/COM. We are expanding with some other non-Keysight switching hardware so would be best to have everything SCPI. Thanks to Tom S. and the factory support over a year ago I was able to get this working in DCOM/COM for what we currently have. I acquire my standards via raw measurement as I must shuffle the order of a calibration and then the analyzer computes the error terms.
In other words, Put_Standard_Method and then ComputeErrorTerms works (other commands are used too of course). I just need the same in SCPI.
http://na.support.keysight.com/pna/help/WebHelp9_9/Programming/COM_Reference/Methods/Put_Standard_Method.htm
Put_Standard_Method "Writes variant data to the _error correction buffer_ holding measurement data acquired for a specific standard" and allows Error Terms to be computed.
Your code example has the analyzer control obtaining the measurement for the standards:
SENS:CORR:COLL:ACQ STAN4;*opc?
SENS:CORR:COLL:ACQ STAN5;*opc?
I need a "Put_Standard_Method" SCPI alternative that then allows a "ComputeErrorTerms" SCPI alternative that will compute the Error Terms using the standard data I put in the "error correction buffer".
Thanks for any other ideas you may have on doing this.
Maybe the solution is I simply must mix DCOM and SCPI commands to get what I want.
Brian
Edited by: brianbidwell on Nov 2, 2014 1:32 AM
Edited by: brianbidwell on Nov 2, 2014 1:36 AM
苏,谢谢。
我有理由在SCPI中为DCOM / COM做我能做的事情。
我在DCOM / COM中有一个工作系统。
我们正在扩展其他一些非Keysight切换硬件,因此最好拥有所有SCPI。
感谢Tom S.和一年多前的工厂支持,我能够在DCOM / COM中实现这一目标。
我通过原始测量获得我的标准,因为我必须改变校准的顺序,然后分析仪计算误差项。
换句话说,Put_Standard_Method然后ComputeErrorTerms工作(当然也使用其他命令)。
我只需要SCPI中的相同内容。
http://na.support.keysight.com/pna/help/WebHelp9_9/Programming/COM_Reference/Methods/Put_Standard_Method.htm Put_Standard_Method“将变量数据写入_error校正缓冲区_保存针对特定标准获取的测量数据”并允许错误条款
要计算。
您的代码示例让分析器控件获得标准的度量:SENS:CORR:COLL:ACQ STAN4; * opc?
SENS:CORR:COLL:ACQ STAN5; * opc?
我需要一个“Put_Standard_Method”SCPI替代方案,然后允许“ComputeErrorTerms”SCPI替代方案,它将使用我在“纠错缓冲区”中输入的标准数据来计算错误条款。
感谢您在执行此操作时可能遇到的任何其他想法。
也许解决方案是我只需要混合DCOM和SCPI命令来获得我想要的东西。
Brian编辑:brianbidwell于2014年11月2日上午1:32编辑:brianbidwell于2014年11月2日上午1:36
以上来自于谷歌翻译
以下为原文
Sue,
Thank you. I have reasons for doing what I can do in DCOM/COM in SCPI for this. I have a working system in DCOM/COM. We are expanding with some other non-Keysight switching hardware so would be best to have everything SCPI. Thanks to Tom S. and the factory support over a year ago I was able to get this working in DCOM/COM for what we currently have. I acquire my standards via raw measurement as I must shuffle the order of a calibration and then the analyzer computes the error terms.
In other words, Put_Standard_Method and then ComputeErrorTerms works (other commands are used too of course). I just need the same in SCPI.
http://na.support.keysight.com/pna/help/WebHelp9_9/Programming/COM_Reference/Methods/Put_Standard_Method.htm
Put_Standard_Method "Writes variant data to the _error correction buffer_ holding measurement data acquired for a specific standard" and allows Error Terms to be computed.
Your code example has the analyzer control obtaining the measurement for the standards:
SENS:CORR:COLL:ACQ STAN4;*opc?
SENS:CORR:COLL:ACQ STAN5;*opc?
I need a "Put_Standard_Method" SCPI alternative that then allows a "ComputeErrorTerms" SCPI alternative that will compute the Error Terms using the standard data I put in the "error correction buffer".
Thanks for any other ideas you may have on doing this.
Maybe the solution is I simply must mix DCOM and SCPI commands to get what I want.
Brian
Edited by: brianbidwell on Nov 2, 2014 1:32 AM
Edited by: brianbidwell on Nov 2, 2014 1:36 AM
举报