diff options
Diffstat (limited to 'qolab/hardware/scope')
-rw-r--r-- | qolab/hardware/scope/rigolds1054z.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qolab/hardware/scope/rigolds1054z.py b/qolab/hardware/scope/rigolds1054z.py index 1bfe117..94eed25 100644 --- a/qolab/hardware/scope/rigolds1054z.py +++ b/qolab/hardware/scope/rigolds1054z.py @@ -32,7 +32,7 @@ class RigolDS1054z(ScopeSCPI): self.resource.read_termination = "\n" self.numberOfChannels = 4 self.maxRequiredPoints = 1200 - self.resource.timeout = 500 # timeout in ms + self.resource.timeout = 1000 # timeout in ms # desired number of points per channel, can return twice more TimePerDiv = SCPI_PROPERTY( |