|
537 | 537 | % For group functions, OBJ is the group object. For |
538 | 538 | % base device functions, OBJ is the device object. |
539 | 539 |
|
540 | | - status = calllib('ps6000a','ps6000aGetNoOfProcessedCaptures',obj.DriverData.unitHandles,nProcessedCaptures); |
| 540 | + status = calllib('ps6000a','ps6000aGetNoOfProcessedCaptures',obj.DriverData.unitHandle,nProcessedCaptures); |
541 | 541 |
|
542 | 542 | if (status == PicoStatus.PICO_OK) |
543 | 543 |
|
|
1422 | 1422 | % For group functions, OBJ is the group object. For |
1423 | 1423 | % base device functions, OBJ is the device object. |
1424 | 1424 |
|
1425 | | - status = calllib('ps6000a','ps6000aSetTriggerChannelProperties',obj.DrvierData.unithandle,channelProperties,... |
| 1425 | + status = calllib('ps6000a','ps6000aSetTriggerChannelProperties',obj.DriverData.unitHandle,channelProperties,... |
1426 | 1426 | nChannelProperties,auxOutputEnable,autoTriggerMicroSeconds); |
1427 | 1427 |
|
1428 | 1428 | if (status == PicoStatus.PICO_OK) |
|
1629 | 1629 | % For group functions, OBJ is the group object. For |
1630 | 1630 | % base device functions, OBJ is the device object. |
1631 | 1631 |
|
1632 | | - status = calllib('ps6000a','ps6000aSigGenLimits',obj.DriverData.unithandle,parameter,minimumPermissibleValue,... |
| 1632 | + status = calllib('ps6000a','ps6000aSigGenLimits',obj.DriverData.unitHandle,parameter,minimumPermissibleValue,... |
1633 | 1633 | maximumPermissibleValue, step); |
1634 | 1634 |
|
1635 | 1635 | if (status == PicoStatus.PICO_OK) |
|
1652 | 1652 | % For group functions, OBJ is the group object. For |
1653 | 1653 | % base device functions, OBJ is the device object. |
1654 | 1654 |
|
1655 | | - status = calllib('ps6000a','ps6000aSigGenPause',obj.DriverData.unithandle); |
| 1655 | + status = calllib('ps6000a','ps6000aSigGenPause',obj.DriverData.unitHandle); |
1656 | 1656 |
|
1657 | 1657 | if (status == PicoStatus.PICO_OK) |
1658 | 1658 |
|
|
0 commit comments