Thanks for your codes since it help me in CST simulation modelling.
I am working on a project which need to use frequency domain solver like Integrate equation solver. I needed to use CMA source type for optimization.
My question is that the solver has too long VBA codes to start. Do you have a convenient way to change the VBA language to MATLAB code?
This is part of VBA of frequency domain solver for example.
_
With IESolver
.SetFMMFFCalcStopLevel "0"
.SetFMMFFCalcNumInterpPoints "6"
.UseFMMFarfieldCalc "True"
.SetCFIEAlpha "0.500000"
.LowFrequencyStabilization "False"
.LowFrequencyStabilizationML "True"
.Multilayer "False"
.SetiMoMACC_I "0.0001"
.SetiMoMACC_M "0.0001"
.DeembedExternalPorts "True"
.SetOpenBC_XY "True"
.OldRCSSweepDefintion "False"
.SetAccuracySetting "Medium"
.CalculateSParaforFieldsources "True"
.ModeTrackingCMA "True"
.NumberOfModesCMA "3"
.StartFrequencyCMA "2.000000"
.SetAccuracySettingCMA "Default"
.FrequencySamplesCMA "0"
.SetMemSettingCMA "Auto"
End With
Thanks for your codes since it help me in CST simulation modelling. I am working on a project which need to use frequency domain solver like Integrate equation solver. I needed to use CMA source type for optimization. My question is that the solver has too long VBA codes to start. Do you have a convenient way to change the VBA language to MATLAB code?
This is part of VBA of frequency domain solver for example. _ With IESolver .SetFMMFFCalcStopLevel "0" .SetFMMFFCalcNumInterpPoints "6" .UseFMMFarfieldCalc "True" .SetCFIEAlpha "0.500000" .LowFrequencyStabilization "False" .LowFrequencyStabilizationML "True" .Multilayer "False" .SetiMoMACC_I "0.0001" .SetiMoMACC_M "0.0001" .DeembedExternalPorts "True" .SetOpenBC_XY "True" .OldRCSSweepDefintion "False" .SetAccuracySetting "Medium" .CalculateSParaforFieldsources "True" .ModeTrackingCMA "True" .NumberOfModesCMA "3" .StartFrequencyCMA "2.000000" .SetAccuracySettingCMA "Default" .FrequencySamplesCMA "0" .SetMemSettingCMA "Auto" End With
_