Loading…
Loading…
方法名称: meth_Recall
方法ID: 0x4257
方法标签: Recall
方法描述: Recall Recall allows you to copy the current data set from Meas Parameter to Cal Parameter. This allows you to revise the valid parameters, without this having an influence on the measurement at first. After you have finished editing, you can activate the changed settings with "Calibrate". Recall is also necessary because the count rates in the calibration parameters (Cal Parameter) in contrast to the count rates of the measuring parameters (Meas Parameter) are not decay compensated. Important: "Recall" overwrites all settings of the "Cal Parameter" menu.
- {
- char status[3];
- 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);
- ;
- ACKNOWLEDGE(literal_string(942));
- DELAY(0,literal_string(943));
- _iassign(16822,1);
- send(243,status);
- if (status[0] != 0)
- {
- display_response_status(243,status[0]);
- process_abort();
请登录以获得完整内容