Mercurial > ~darius > hgwebdir.cgi > pyinst
changeset 49:22187590594b
Turn averaging on otherwise we throw away all but the last sweep.
author | Daniel O'Connor <doconnor@gsoft.com.au> |
---|---|
date | Thu, 31 Jan 2013 12:53:22 +1030 |
parents | 386e1cb04799 |
children | d143ef509fb7 |
files | rs_fsp7_noisetest.py |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/rs_fsp7_noisetest.py Thu Jan 31 11:32:06 2013 +1030 +++ b/rs_fsp7_noisetest.py Thu Jan 31 12:53:22 2013 +1030 @@ -69,6 +69,9 @@ # Enable noise measurement r.write("CALC:MARK1:FUNC:NOIS ON") + # Turn averaging on + r.write("AVER:STAT ON") + # Set number of sweeps r.write("SWE:COUN %d" % (sweeps))