From 77b19bd22fda0df6f0fa9673c34f7794ee67010b Mon Sep 17 00:00:00 2001 From: Samuel Watkins <35979561+slwatkins@users.noreply.github.com> Date: Tue, 4 Jun 2024 15:42:06 -0600 Subject: [PATCH] update load arg to termination in setting the output termination --- src/splendaq/daq/_log_data.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/splendaq/daq/_log_data.py b/src/splendaq/daq/_log_data.py index 8ec8ee8..632c383 100644 --- a/src/splendaq/daq/_log_data.py +++ b/src/splendaq/daq/_log_data.py @@ -405,7 +405,7 @@ def dc_settings(dc_level=0): 'dc_level': dc_level, } - def set_output_channel(self, channel, waveformtype, load="HiZ", + def set_output_channel(self, channel, waveformtype, termination="HiZ", **settings): """ Method to turn on an output channel and generate the speicified @@ -435,7 +435,7 @@ def set_output_channel(self, channel, waveformtype, load="HiZ", """ if self._device in ["Moku:Pro", "Moku:Lab"]: - self.DL.set_output_termination(channel, load) + self.DL.set_output_termination(channel, termination) self.DL.generate_waveform( channel, waveformtype,