Skip to content

Commit

Permalink
Added missing _lowLevelSigGenSoftwareControl method for Picoscope 544…
Browse files Browse the repository at this point in the history
…4D series.
  • Loading branch information
csi-bbio committed Apr 17, 2024
1 parent ce670b9 commit 6e4a2de
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions picoscope/ps5000a.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 6e4a2de

Please sign in to comment.