Hi Jingru,<br>
<br>
As Alan correctly said before, <code> CH<x>: CLIPPing </code> is used to check if a channel is currently clipping.<br>
Your problem is slightly different, your channel is not clipping when you send the SCPI commands to get the measurements but it was previously clipping during the last acquisition.<br>
<br>
For this reason the <code>CH<x>: CLIPPing</code>  command won't work for you, instead you should, after querying the mean of your measurement, query <code>*ESR?</code> which will return a value of 16 (bit 4) if there was an execution error (described on page 3-15 of the programmer's manual) and you can then see that error message by doing <code>ALLEV?</code>.