X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=research%2FTCS%2Finterface.py;h=9a9b2eb753a14f7d9b8877371aa6eb997474d15d;hb=49ec3eb8bb9c070777f8f76b918c4eec4057bee7;hp=3963e4431e0e42c267d91fffe38c0171b0657e88;hpb=3e0bbeaa77f2305ae77c99654c3e46474fe0a0e2;p=matches%2Fhonours.git diff --git a/research/TCS/interface.py b/research/TCS/interface.py index 3963e443..9a9b2eb7 100755 --- a/research/TCS/interface.py +++ b/research/TCS/interface.py @@ -214,7 +214,8 @@ def record_data(ADC_channels, output, pollTime = None, dac_max = None, comment = out.write("\t"+str(dacValue)) for adc in raw_adc: out.write("\t" + str(adc[1]) + "\t" + str(adc[2])) - out.write("\n") + out.write("\n") + for out in output: if out != sys.stdout: