Commit be6742f9e1f62e05a9c2023155a9074bd285eda5

Authored by bmarechal
1 parent c3e162c114
Exists in master

ugly config of AG53230A

Showing 1 changed file with 3 additions and 0 deletions Side-by-side Diff

instruments/AG53230A.py
... ... @@ -37,6 +37,9 @@
37 37  
38 38 def configure(self):
39 39 for ch in self.channels:
  40 + self.send('INP:COUP AC')
  41 + self.send('INP:IMP 50')
  42 + self.send('SENS:FREQ:GATE:TIME 1')
40 43 self.send(CONF_VAL_TYPE[ALL_VAL_TYPE.index(self.vtypes[self.channels.index(ch)])])
41 44  
42 45 def getValue(self):