Get 0D results from CST to MATLAB
Hi all, I’m struggling on this export from CST to MATLAB using the direct call.
I managed to export the 1D results, for example Transient, Eye, …. Now I have to export the Eye Height but I don’t know how to execute the instruction. It is clear that GetArray won’t work because it’s a 0D result, but at the same time I didn’t find any other call to take those values.
Can someone solve this or maybe imagine how to solve it ???
design.invoke("ReportInformationToWindow","Reading Results")
ResultPath="TasksTran_bitpatternEyeAnalysis1Eye sizeEye height (1D)";
ResultTree = design.invoke(‘DSResulttree’); %
filename = ResultTree.invoke(‘GetFileFromTreeItem’, ResultPath); %it is a real .sig file on disk
data = design.invoke(‘Result0D’,filename);
% time=data.invoke("GetArray",’x’); % time data
% hight=data.invoke("GetArray",’y’); % voltage dataHi all, I’m struggling on this export from CST to MATLAB using the direct call.
I managed to export the 1D results, for example Transient, Eye, …. Now I have to export the Eye Height but I don’t know how to execute the instruction. It is clear that GetArray won’t work because it’s a 0D result, but at the same time I didn’t find any other call to take those values.
Can someone solve this or maybe imagine how to solve it ???
design.invoke("ReportInformationToWindow","Reading Results")
ResultPath="TasksTran_bitpatternEyeAnalysis1Eye sizeEye height (1D)";
ResultTree = design.invoke(‘DSResulttree’); %
filename = ResultTree.invoke(‘GetFileFromTreeItem’, ResultPath); %it is a real .sig file on disk
data = design.invoke(‘Result0D’,filename);
% time=data.invoke("GetArray",’x’); % time data
% hight=data.invoke("GetArray",’y’); % voltage data Hi all, I’m struggling on this export from CST to MATLAB using the direct call.
I managed to export the 1D results, for example Transient, Eye, …. Now I have to export the Eye Height but I don’t know how to execute the instruction. It is clear that GetArray won’t work because it’s a 0D result, but at the same time I didn’t find any other call to take those values.
Can someone solve this or maybe imagine how to solve it ???
design.invoke("ReportInformationToWindow","Reading Results")
ResultPath="TasksTran_bitpatternEyeAnalysis1Eye sizeEye height (1D)";
ResultTree = design.invoke(‘DSResulttree’); %
filename = ResultTree.invoke(‘GetFileFromTreeItem’, ResultPath); %it is a real .sig file on disk
data = design.invoke(‘Result0D’,filename);
% time=data.invoke("GetArray",’x’); % time data
% hight=data.invoke("GetArray",’y’); % voltage data cst, eye analysis, emc, signal processing, signal integrity MATLAB Answers — New Questions









