Skip to content

Commit 61846e2

Browse files
author
neil.hamilton
committed
correct small typo in picotech_ps6000a_generic.mdd
1 parent 0b350c4 commit 61846e2

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

picotech_ps6000a_generic.mdd

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1486,14 +1486,11 @@
14861486
<CapabilityGroup>Base</CapabilityGroup>
14871487
<Type>MCode</Type>
14881488
<Code>
1489-
<MCode>function status = ps6000aSigGenApply(obj,sigGenEnabled,sweepEnabled,triggerEnabled,automaticClockOptimisationEnabled,...
1490-
overrideAutomaticClockAndPrescale,frequency,stopFrequency,frequencyIncrement,dwellTime)
1489+
<MCode>function status = ps6000aSigGenApply(obj,sigGenEnabled,sweepEnabled,triggerEnabled,automaticClockOptimisationEnabled,overrideAutomaticClockAndPrescale,frequency,stopFrequency,frequencyIncrement,dwellTime)
14911490
% For group functions, OBJ is the group object. For
14921491
% base device functions, OBJ is the device object.
14931492

1494-
status = calllib('ps6000a','ps6000aSigGenApply',obj.DriverData.unitHandle,signGenEnabled,sweepEnabled,...
1495-
triggerEnabled,automaticClockOptimisationEnabled,overrideAutomaticClockAndPrescale,frequency,stopFrequency,...
1496-
frequencyIncrement,dwellTime);
1493+
status = calllib('ps6000a','ps6000aSigGenApply',obj.DriverData.unitHandle,sigGenEnabled,sweepEnabled,triggerEnabled,automaticClockOptimisationEnabled,overrideAutomaticClockAndPrescale,frequency,stopFrequency,frequencyIncrement,dwellTime);
14971494

14981495
if (status == PicoStatus.PICO_OK)
14991496

0 commit comments

Comments
 (0)