We have an embedded application where we use mmwavelink to control the MMWCAS-RF-EVM. Separately, we have developed LUA scripts using mmwavestudio.
We would like to have our embedded application run the equivalent of the LUA scripts. But the mmwavelink and LUA APIs, although they carry out the same functions, are defined differently. Translating an mmwavestudio LUA script into an mmwavelink equivalent seems like a non-trivial task.
Is there some straightforward way to do this, i.e. bridge the gap between mmwavelink and mmwavestudio? Or do we indeed have to individually research each LUA call (by typing "help" in the LUA shell) and then figure out how to break it down into mmwavelink calls?