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 yattharth

  1. Y

    update CST history through MATLAB

    doesn't make a difference....
  2. Y

    [SOLVED] save 1d result through MATLAB

    DLL_Path = '..\'; HeaderPath = '.\'; libname = 'CSTResultReader'; if (strcmp(computer, 'PCWIN64')) libname = 'CSTResultReader_AMD64'; DLL_Path = '..\AMD64\'; end CSTResultReader = strcat( DLL_Path, libname, '.dll' ); CSTResultReaderH = strcat( HeaderPath, 'CSTResultReaderInterf.h' )...
  3. Y

    [SOLVED] update CST history through MATLAB

    makes no difference ... it works just as fine as it would have done updating the history
  4. Y

    [SOLVED] import e field from cst to matlab

    attached file solves issue be careful with the space in E_Probe [1] in result tree folder.
  5. Y

    [SOLVED] import e field from cst to matlab

    can anyone provide me the code in matlab to import real and imaginary e field values stored in 1d result>>probe thanks
  6. Y

    [SOLVED] cst solver not running through matlab

    i was not using the following command: Solver.invoke('Start'); the rest will just work fine
  7. Y

    [SOLVED] save 1d result through MATLAB

    hi everyone i just realized that : mws.invoke('saveas','path_name','true'); will do the job however exporting the probe results to matlab still remains a problem..... can someone provide the command for exporting the E field values into matlab ???? thanks
  8. Y

    [SOLVED] save 1d result through MATLAB

    hi everyone can someone give the matlab code to save 1d result>>probe i am doing it this way: can someone provide suggestions.....
  9. Y

    [SOLVED] cst solver not running through matlab

    hi every1 i have been trying to run cst solver through matlab, but it just wont work nor it shows any error. the following code is being used: Solver=invoke(mws,'Solver'); Solver.invoke('Method','Hexahedral'); Solver.invoke('CalculationType','TD-S'); Solver.invoke('StimulationPort','All')...
  10. Y

    [SOLVED] update CST history through MATLAB

    hi everyone this is for the first time i am using MATLAB to model cst mws. i have completed all the modelling but my history shows only shows 1.set units in material 2. define units how to add other objects in history list. can someone provide the command in matlab to resolve the issue thanks
  11. Y

    update CST history through MATLAB

    hi everyone this is for the first time i am using MATLAB to model cst mws. i have completed all the modelling but my history shows only shows 1.set units in material 2. define units how to add other objects in history list. can someone provide the command in matlab to resolve the issue thanks
  12. Y

    measure scattered field hfss

    thanks... can you explain how to deal with the message : mesh generation minor surface error is required - - - Updated - - - also if i now use a drawn dipole antenna i do not get the option of scattered E field in HFSS -> Fields -> Edit Sources. i am using lumped port
  13. Y

    measure scattered field hfss

    hi everyone... can someone explain how to directly measure scattered E field. I am using hertzian dipole for excitation and measuring E filed on a line at a distance apart. thanks
  14. Y

    error in current source excitation using feko

    hi folks,,,, i am using feko 5.5 i am trying to excite a line(dipole antenna) using current source. i have used FEM line port giving its coordinate values that are present on the line. but i am receiving the following error:The line current source must be inside a FEM region.... any help
  15. Y

    CST macro related help

    buy original stuffs not cracked

Part and Inventory Search

Back
Top