From 6e4a2de1f22823c1ec93c185b2c00940c5f8e240 Mon Sep 17 00:00:00 2001 From: Claudio Sinibaldi RB-VM Date: Wed, 17 Apr 2024 11:53:34 +0200 Subject: [PATCH] Added missing _lowLevelSigGenSoftwareControl method for Picoscope 5444D series. --- picoscope/ps5000a.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/picoscope/ps5000a.py b/picoscope/ps5000a.py index fc45b11..b439df4 100644 --- a/picoscope/ps5000a.py +++ b/picoscope/ps5000a.py @@ -494,6 +494,12 @@ def _lowLevelSetSigGenBuiltInSimple(self, offsetVoltage, pkToPk, waveType, c_int16(0)) self.checkResult(m) + def _lowLevelSigGenSoftwareControl(self, state): + m = self.lib.ps5000aSigGenSoftwareControl( + c_int16(self.handle), + c_int16(state)) + self.checkResult(m) + def _lowLevelSetDeviceResolution(self, resolution): self.resolution = resolution m = self.lib.ps5000aSetDeviceResolution(