Hello all,
I'm using AWR Design Environment 16.03.12629.
I am trying to export data from AWR to matlab using the output file option.
However when exporting the data calculated in output equation files I'm running into an error.
To reproduce the error I set up a new project with a very basic circuit consisting of an ACVS connected to a 1 ohm resistor and set up the following ouput equation file:
#
I can succesfully plot Yxp in a tabular graph and will see the expected rsults of Itime.
However when exporting the results using an output file I get the following error:
Measurement - :MATLAB("circ1eqs:Re(Eqn(Yxp))",X,Y,0,"testfile") : Cannot create EQN simulator for document 'circ1eqs.$FDOC' (Document 'circ1eqs' not found).
which appears to indicate that it cannot find the output equation file, I noticed that when renaming the output equation file identically to the circuit schematic the error message would change to:
Measurement - :MATLAB("circ1:Re(Eqn(Yxp))",X,Y,0,"testfile") : Cannot create EQN simulator for document 'circ1.$FDOC' (Simulator not available (no license?)).
I would add that I was able to succesfully use the matlab output files for any measurements from circuits schematic files, it just fails for equations.
Has anyone seen this error before?
Many thanks!