Other Parts Discussed in Thread: MMWAVEICBOOST,
Dear support team,
I would like to create new LUA script equivalent to below reference CLI command regarding chirp and frame configuration.
I am fine if you correct my script.
[reference CLI command]
"channelCfg 15 7 0 ",
"adcCfg 2 1 ",
"adcbufCfg -1 0 0 1 0",
"profileCfg 0 60.50002 71 6 34 0 0 102.908 0 64 2350 0 0 30 ",
"profileCfg 1 60.50002 82 6 34 0 0 102.908 0 64 2350 0 0 30 ",
"chirpCfg 0 0 0 0 0 0 0 4 ",
"chirpCfg 1 1 0 0 0 0 0 2 ",
"frameCfg 0 1 128 0 33 1 0 ",
[new LUA script]
[20:40:20] [RadarAPI]: ar1.ProfileConfig(0, 60.5, 71, 6, 34, 0, 0, 0, 0, 0, 0, 102.908, 0, 64, 2350, 0, 131072, 30)
[20:45:28] [RadarAPI]: ar1.ChirpConfig(0, 0, 0, 0, 0, 0, 0, 1, 0, 0)
[20:45:34] [RadarAPI]: ar1.ChirpConfig(1, 1, 0, 0, 0, 0, 0, 0, 1, 0)
[20:50:12] [RadarAPI]: ar1.FrameConfig(0, 1, 600, 128, 33, 0, 0, 1)
Best regards,
Taka