Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by Bosicc

  1. B

    Problems with macros in CST MWs 2009

    I use code for S11 access: With Result1D ("a1(1)1(1) ") ' Connect to S11 nn = .GetN ' Get number of frq-points For ii = 0 To nn-1 ' Read all points, index of first point is zero. F = .GetX(ii) ' here: frequency S11 = .GetY(ii) ' here: according S11 Next ii End With
  2. B

    How to process S- parameter from Signal File(*.sig) in the "result" folder

    Re: How to process S- parameter from Signal File(*.sig) in the "result" folder In my case I saw one tmpS.sig file in result folder. I'm not sure, but I think that it's your file :)
  3. B

    How to write a touchstone file using a script in CST MWS...?

    I have the same problem with it! As I understand we should use: With TOUCHSTONE .Reset .FileName (".\example") .Impedance (50) .FrequencyRange ("Full") .Renormalize (True) .UseARResults (False) .SetNSamples (100) .Write End With I take it from some macros in CST...
  4. B

    Need CST macro that changes the parameters and updates structure

    Re: cst macro I use Rebuild instead of UPDATE in VBA script

Part and Inventory Search

Back
Top