我可以在不丢失calpod重新校正的情况下将痕迹添加到新窗口吗?
例如://在通道1上创建测量值(这些应该保留现有的2端口校准信息)“CALCulate1:PARameter:DEFine 'PNA_S11 ',S11”“CALCulate1:PARameter:DEFine 'PNA_S22 ',S22”/
/创建一个新窗口显示:window2:state on //向窗口2添加跟踪“display:window2:trace1:feed 'PNA_S11 '”“display:window2:trace2:feed 'PNA_S22 '”当使用calpods时
我可以采取哪些编程预防措施,以避免在执行初始重新校正后必须重新校准?
(例如,不要使用XYZ命令,因为这会吹掉记录。)谢谢,-BillEdited:WDrago于2015年6月7日上午11:02
以上来自于谷歌翻译
以下为原文
Can I add traces to a new window without losing calpod recorrection? For example:
// Create measurements on channel 1 (these should retain existing 2-port cal info)
"CALCulate1:PARameter:DEFine 'PNA_S11',S11"
"CALCulate1:PARameter:DEFine 'PNA_S22',S22"
// Create a new window
display:window2:state on
// Add traces to window 2
"display:window2:trace1:feed 'PNA_S11'"
"display:window2:trace2:feed 'PNA_S22'"
When working with calpods what programming precautions can I take to avoid having to recorrect once the initial recorrection has been performed? (e.g. don't use XYZ command because that will blow away the recorrect.)
Thanks,
-Bill
Edited by: WDrago on Jun 7, 2015 11:02 AM
我可以在不丢失calpod重新校正的情况下将痕迹添加到新窗口吗?
例如://在通道1上创建测量值(这些应该保留现有的2端口校准信息)“CALCulate1:PARameter:DEFine 'PNA_S11 ',S11”“CALCulate1:PARameter:DEFine 'PNA_S22 ',S22”/
/创建一个新窗口显示:window2:state on //向窗口2添加跟踪“display:window2:trace1:feed 'PNA_S11 '”“display:window2:trace2:feed 'PNA_S22 '”当使用calpods时
我可以采取哪些编程预防措施,以避免在执行初始重新校正后必须重新校准?
(例如,不要使用XYZ命令,因为这会吹掉记录。)谢谢,-BillEdited:WDrago于2015年6月7日上午11:02
以上来自于谷歌翻译
以下为原文
Can I add traces to a new window without losing calpod recorrection? For example:
// Create measurements on channel 1 (these should retain existing 2-port cal info)
"CALCulate1:PARameter:DEFine 'PNA_S11',S11"
"CALCulate1:PARameter:DEFine 'PNA_S22',S22"
// Create a new window
display:window2:state on
// Add traces to window 2
"display:window2:trace1:feed 'PNA_S11'"
"display:window2:trace2:feed 'PNA_S22'"
When working with calpods what programming precautions can I take to avoid having to recorrect once the initial recorrection has been performed? (e.g. don't use XYZ command because that will blow away the recorrect.)
Thanks,
-Bill
Edited by: WDrago on Jun 7, 2015 11:02 AM
举报