CST如何獲得.sig文件
我需要將CST中仿真后獲得的端口處的收發(fā)信號輸入到ADS中,ADS中可以導(dǎo)入.sig文件,但是怎么從CST中導(dǎo)出.sig文件呢?
我從后處理的地方可以看到CST里有.sig文件,但是在仿真結(jié)果文件的results里面根本沒有找到。不清楚后處理的這些文件都是從哪里調(diào)用進來的呢?我現(xiàn)在要怎么獲得需要的端口處信號的sig文件呢?
SIG文件應(yīng)該就是Results 1D的數(shù)據(jù)文件,包括S、Z、Y參數(shù)的數(shù)據(jù)文件吧。至于存在什么位置,我也不知道,但是從外部可以調(diào)用的。
An Result1D object can be created as follows:
From within CST MICROWAVE STUDIO®
dim objName as object
set objName = Result1D("adapt_error")
From an external progam
dim app As Object
set app = CreateObject("CSTStudio.Application")
dim mws = app.OpenFile("D:\Examples\example.mod")
dim objName as object
set objName = mws.Result1D("adapt_error")
While ”adapt_error” is the name of the result data the Result1D object should contain.
參考 online help\post processing\results 1D
謝謝小編熱心幫忙!我來琢磨一下。
仿真得到的結(jié)果都存在Result/Storage,但是不知道怎么獲得sig文件誒。
1D result里的sig,好像是找不到,只能調(diào)用。
VBA小編也那么說,應(yīng)該沒錯了。
看來各位大神都沒轍了,5555555