Skip to content

Commit 91808fa

Browse files
author
neil.hamilton
committed
Add fix for ps6000aGetValuesBulk
1 parent 73493d1 commit 91808fa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

picotech_ps6000a_generic.mdd

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -724,13 +724,13 @@
724724
<CapabilityGroup>Base</CapabilityGroup>
725725
<Type>MCode</Type>
726726
<Code>
727-
<MCode>function status = ps6000aGetValuesBulk(obj,startIndex,noOfSamples,fromSegmentIndex,toSegmentIndex,...
728-
downSampleRatio,downSampleRatioMode,overflow)
727+
<MCode>function status = ps6000aGetValuesBulk(obj, startIndex, noOfSamples, fromSegmentIndex, toSegmentIndex, downSampleRatio, downSampleRatioMode, overflow)
728+
729729
% For group functions, OBJ is the group object. For
730730
% base device functions, OBJ is the device object.
731731

732-
status = calllib('ps6000a','ps6000aGetValuesBulk',obj.DriverData.unitHandle,startIndex,noOfSamples,...
733-
fromSegmentIndex,toSegmentIndex,downSampleRatio,downSampleRatioMode,overflow);
732+
status = calllib('ps6000a', 'ps6000aGetValuesBulk', obj.DriverData.unitHandle, startIndex, noOfSamples,...
733+
fromSegmentIndex, toSegmentIndex, downSampleRatio, downSampleRatioMode, overflow);
734734

735735
if (status == PicoStatus.PICO_OK)
736736

0 commit comments

Comments
 (0)