This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

DCA1000EVM: Editing DataCaputreDemo script

Part Number: DCA1000EVM
Other Parts Discussed in Thread: AWR1243

Hello,

Just got up and running w/ a DCA100EVM and AWR1243.  I'm editing the DataCaptureDemo_xWR.lua file to explore longer captures (planning on pulling in the .bin file adc data into matlab).

I'd like to get more information about various commands used in the lua script.  For example is there a document that defines the arguments for any of the following commands??

ar1.PowerOn(1, 1000, 0, 0)

ar1.ChanNAdcConfig(1, 1, 0, 1, 1, 1, 1, 2, 1, 0)

ar1.ProfileConfig(0, 77, 100, 6, 60, 0, 0, 0, 0, 0, 0, 29.982, 0, 256, 5000, 0, 0, 30)

ar1.ChirpConfig(0, 0, 0, 0, 0, 0, 0, 1, 1, 0)

ar1.FrameConfig(0, 0, 88, 128, 40, 0, 1)

...etc.

Thank you for any guidance.

-Steve