Dear all
i have a problmes about the data exporting in the CST circuit&systems simulation. I am writing the matlab code to control the CST. And in the 3D simulation, i can use the code to export the data with the ASCIIExport function (this is defined in the 3D Simulation VBA | VBA Objects | Import/Export | ASCIIExport)
ASCIIExport = invoke(mws,'ASCIIExport'); invoke(ASCIIExport,'Reset'); invoke(ASCIIExport,'FileName','1111'); invoke(ASCIIExport,'Execute');
but when i am trying to use this code in the circuit&systems simulation. This is not supported.
I can use the TouchstoneExport function,defined in Circuits & Systems VBA | Project Object, to export the simualted S parameters. But, i need to export lots of data, such as TD voltages, TD currents and so on in the Transien Task, these data can not be exported with the touchstone format, but only with the ASCIIExport.
So the problems is how can I exports the ASCIIE data in Circuits & Systems simulation with the matlab, is this supported in CST VBA code? (I have read almost all the VBA help file in CST Studio Suite and can not find the propoer VBA object)
