From 548cc56e7b65184d1e10a26711837e18f189c136 Mon Sep 17 00:00:00 2001 From: Blaise Thompson Date: Fri, 30 Mar 2018 20:31:53 -0500 Subject: 2018-03-30 20:31 --- acquisition/example.aqn | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 acquisition/example.aqn (limited to 'acquisition/example.aqn') diff --git a/acquisition/example.aqn b/acquisition/example.aqn new file mode 100644 index 0000000..e35f627 --- /dev/null +++ b/acquisition/example.aqn @@ -0,0 +1,45 @@ +[info] +pycmds version = '0.8.0-py3' +created = '2018-03-30T20:02:59-05:00' +module = 'SCAN' +name = 'example' +info = 'just an example' +description = 'SCAN: [w1, w2]' + +[scan] +axis names = ['w1', 'w2'] +constant names = ['wm'] + +[w1] +start = 1500 +stop = 1200 +number = 51 +units = 'wn' +hardware = ['w1'] + +[w2] +start = 1500 +stop = 1200 +number = 35.0 +units = 'wn' +hardware = ['w2'] + +[wm] +hardware = 'wm' +expression = 'w1+2*w2' + +[processing] +main channel = 'signal' +process all channels = False + +[device settings] +ms wait = 0 + +[PCI-6251] +use = True +shots = 100 +save shots = False + +[InGaAs] +use = False + -- cgit v1.2.3