Hi,
We are trying to acquire the standard deviation and mean values displayed on the screen.
process:
reset scope
setup display
setup measurements
setup statistics ("MEAS:STAT:MCO 10")
setup returned data( "MEAS:STAT ON") to return meas type, curr, mean, min, max, stdev, and count values
query instrument ("MEAS:RES?")
no matter what we set the measurement stat count to it, the data acquired in the query is computed off a count value that continues to increment infinitely.
We are trying to acquire the standard deviation and mean values displayed on the screen.
process:
reset scope
setup display
setup measurements
setup statistics ("MEAS:STAT:MCO 10")
setup returned data( "MEAS:STAT ON") to return meas type, curr, mean, min, max, stdev, and count values
query instrument ("MEAS:RES?")
no matter what we set the measurement stat count to it, the data acquired in the query is computed off a count value that continues to increment infinitely.
it seems the MCO value only sets what's displayed on the screen for stat measurements. this makes pulling stats remotely useless.