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,