Loading…
Loading…
方法名称: meth_SWReset
方法ID: 0x4243
方法标签: Software Reset
方法描述: Software Reset This method performs a software reset on the active probe.
- {
- char status[3];
- int l_iChoice;
- int l_iWaitTime;
- int l_iProcessPercent;
- SET_NUMBER_OF_RETRIES(7);
- _set_no_device(2);
- _set_all_resp_code(0);
- _set_device_status(0xFF,0);
- _set_xmtr_all_resp_code(0);
- _set_xmtr_device_status(0xFF,0);
- ;
- _iassign(16402,1);
- l_iChoice = SELECT_FROM_LIST(literal_string(890),literal_string(888));
- if (l_iChoice == 1)
- {
- send_command(148);
请登录以获得完整内容