From be6742f9e1f62e05a9c2023155a9074bd285eda5 Mon Sep 17 00:00:00 2001 From: mer0m Date: Sat, 3 Jun 2017 16:07:05 +0200 Subject: [PATCH] ugly config of AG53230A --- instruments/AG53230A.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/instruments/AG53230A.py b/instruments/AG53230A.py index 403baa2..421537b 100644 --- a/instruments/AG53230A.py +++ b/instruments/AG53230A.py @@ -37,6 +37,9 @@ class AG53230A(abstract_instrument): def configure(self): for ch in self.channels: + self.send('INP:COUP AC') + self.send('INP:IMP 50') + self.send('SENS:FREQ:GATE:TIME 1') self.send(CONF_VAL_TYPE[ALL_VAL_TYPE.index(self.vtypes[self.channels.index(ch)])]) def getValue(self): -- 2.16.4