Skip to content

Commit 3620f97

Browse files
author
neil.hamilton
committed
Update remaining signal generator functions in psospa.py
1 parent 6187fa4 commit 3620f97

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

picosdk/psospa.py

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -266,17 +266,14 @@ def __init__(self):
266266
int16_t handle,
267267
PICO_WAVE_TYPE waveType,
268268
uint64_t* numSamples,
269-
double* startFrequency,
270-
int16_t sweepEnabled,
271-
double* manualDacClockFrequency,
272-
uint64_t* manualPrescaleRatio,
273-
double* maxStopFrequencyOut,
269+
double* minFrequencyOut,
270+
double* maxFrequencyOut,
274271
double* minFrequencyStepOut,
275272
double* maxFrequencyStepOut,
276-
double* minDwellTimeOut,
273+
double* mindDwellTimeOut,
277274
double* maxDwellTimeOut
278275
); """
279-
psospa.make_symbol("_SigGenFrequencyLimits","psospaSigGenFrequencyLimits", c_uint32, [c_int16, c_uint32, c_void_p, c_void_p, c_int16, c_void_p, c_void_p, c_void_p, c_void_p, c_void_p, c_void_p, c_void_p], doc)
276+
psospa.make_symbol("_SigGenFrequencyLimits","psospaSigGenFrequencyLimits", c_uint32, [c_int16, c_uint32, c_void_p, c_void_p, c_void_p, c_void_p, c_void_p, c_void_p, c_void_p], doc)
280277

281278
doc = """ PICO_STATUS psospaSigGenPause
282279
(

0 commit comments

Comments
 (0)