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.
大家好:
下面是一些用于发送捕获命令的 MATLAB 代码。 您需要对其进行修改、以便与您的 Studio 版本中的 API 名称匹配。
用于捕获的% Arm DCA1000 (使用"无限"停止模式、一旦来自器件的数据停止、将自动停止捕获)
Lua_String = sprintf ('xw_status=mws.captureCardStartRecord("%s"、1、14096)'、output_filePath);
ErrStatus = RtttNetClientAPI.RtttNetClient.SendCommand (Lua_String);
暂停(1);
%触发帧开始
Lua_String = sprintf ('xw_status=mws.sensorStart(0,{c_FrameTrigMode=0,c_ChirpStartSigLbEn=0,c_FrameLivMonEn=0,c_Reserved=0,w_FrameTrigTimerVal=0,w_Reserved1=0})');
ErrStatus = RtttNetClientAPI.RtttNetClient.SendCommand (Lua_String);
此致!
自贡