Problem with Cst Microwave Studio
來源:edatop
更新時間:2024-08-29
閱讀:
Hi all,
I'm trying to save data (ascii export) in order to use them in a Matlab Script.
The problem is that CST has a limitation of 30 data that I can save, but i need 100 of them.
Thanks for the attention.
Best regards,
Marco
What you mean by 30 data limit?
Explain a bit your issue
Hi all,
I created an array of 100 E-probes. I need to export the Abs, X, Y, Z components for my Matlab code.
I wrote this Macro:
Code:
Option ExplicitSub ParameterSweepWatch(action As Integer) Dim counter As Integer Dim filename As String Dim endfile As String Dim strwert As String Dim wertdouble As Double strwert = CStr(wertdouble) filename = "Documenti\File-" endfile = ".txt" SelectTreeItem ("1D Results\Probes\E-Field") With ASCIIExport .Reset .Execute End WithEnd SubSub Main() ParameterSweepWatch 0 ParameterSweepWatch 1 ParameterSweepWatch 2End Sub
If i select one of that probes:
SelectTreeItem ("1D Results\Probes\E-Field\my_probe00(Abs)[1]")
I have no results, in particular an error in ".Execute".
Thanks for your attention.
Best regards,
Marco