Hi.
I would like to convert Generic_MDIF or Citifile to ADS Dataset(ds file) without lauching Data File Tool which was called Instruments Server previously.
For netlist translator, "nettrans" command exists,
so we can convert netlist with command base.
Is there any command for translating Generic_MDIF or Citifile to DataSet File ?
:-*
I would like to convert Generic_MDIF or Citifile to ADS Dataset(ds file) without lauching Data File Tool which was called Instruments Server previously.
For netlist translator, "nettrans" command exists,
so we can convert netlist with command base.
Is there any command for translating Generic_MDIF or Citifile to DataSet File ?
:-*
Anyway, you could automate the translation by doing something like this:
You can now sweep the index value of the DAC to select different MDIF/CITI-files. If you do a regular parameter sweep then all the data wil go into one large multi-dimensional dataset - which you don't want I assume.
To get one dataset per MDIF/CITI-file you have to do a loop like this with AEL:
There are some examples in Knowledge Center that should get you started:
Using DataAccessComponent (DAC) and S2PMDIF Component
Swept Optimization/Simulation (AEL script)