Skip to content

Commit 5abf6df

Browse files
author
neil.hamilton
committed
Correct typos in mdd file
1 parent f95053e commit 5abf6df

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
@@ -537,7 +537,7 @@
537537
% For group functions, OBJ is the group object. For
538538
% base device functions, OBJ is the device object.
539539

540-
status = calllib('ps6000a','ps6000aGetNoOfProcessedCaptures',obj.DriverData.unitHandles,nProcessedCaptures);
540+
status = calllib('ps6000a','ps6000aGetNoOfProcessedCaptures',obj.DriverData.unitHandle,nProcessedCaptures);
541541

542542
if (status == PicoStatus.PICO_OK)
543543

@@ -1422,7 +1422,7 @@
14221422
% For group functions, OBJ is the group object. For
14231423
% base device functions, OBJ is the device object.
14241424

1425-
status = calllib('ps6000a','ps6000aSetTriggerChannelProperties',obj.DrvierData.unithandle,channelProperties,...
1425+
status = calllib('ps6000a','ps6000aSetTriggerChannelProperties',obj.DriverData.unitHandle,channelProperties,...
14261426
nChannelProperties,auxOutputEnable,autoTriggerMicroSeconds);
14271427

14281428
if (status == PicoStatus.PICO_OK)
@@ -1629,7 +1629,7 @@
16291629
% For group functions, OBJ is the group object. For
16301630
% base device functions, OBJ is the device object.
16311631

1632-
status = calllib('ps6000a','ps6000aSigGenLimits',obj.DriverData.unithandle,parameter,minimumPermissibleValue,...
1632+
status = calllib('ps6000a','ps6000aSigGenLimits',obj.DriverData.unitHandle,parameter,minimumPermissibleValue,...
16331633
maximumPermissibleValue, step);
16341634

16351635
if (status == PicoStatus.PICO_OK)
@@ -1652,7 +1652,7 @@
16521652
% For group functions, OBJ is the group object. For
16531653
% base device functions, OBJ is the device object.
16541654

1655-
status = calllib('ps6000a','ps6000aSigGenPause',obj.DriverData.unithandle);
1655+
status = calllib('ps6000a','ps6000aSigGenPause',obj.DriverData.unitHandle);
16561656

16571657
if (status == PicoStatus.PICO_OK)
16581658

0 commit comments

Comments
 (0)