diff --git a/script/caput_settings.py b/script/caput_settings.py index 41b2351..045aec9 100644 --- a/script/caput_settings.py +++ b/script/caput_settings.py @@ -25,6 +25,8 @@ caput ("X12SA-OP-BPM6:Geometry", "Square") caput ("X12SA-OP-BPM6:ValuesPerRead", 1) caput ("X12SA-OP-BPM6:AveragingTime", 0.1) +dt = datetime.now() +print "datetime.now", dt caput ("X12SA-OP-BPM6:NumChannels", "4")