Skip to content

Commit

Permalink
Fix channel settings not being set in ps5000aSetChannel()
Browse files Browse the repository at this point in the history
Resolves: PSDK-941
  • Loading branch information
hsmistry committed Nov 13, 2018
1 parent a657deb commit 3b37d06
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion picotech_ps5000a_generic.mdd
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<InstrumentType>Oscilloscope</InstrumentType>
<InstrumentManufacturer>Pico Technology Ltd.</InstrumentManufacturer>
<InstrumentModel>PicoScope 5000A, 5000B and 5000D Series</InstrumentModel>
<InstrumentVersion>2.2.16.47</InstrumentVersion>
<InstrumentVersion>2.2.16.48</InstrumentVersion>
<Identify/>
<Reset/>
<Selftest/>
Expand Down Expand Up @@ -2252,6 +2252,8 @@ status - status code returned by the driver.</Description>

end

obj.DriverData.channelSettings = channelSettings;

% Information to be passed to the wrapper dll
enabledChannels = zeros(PicoConstants.QUAD_SCOPE, 1);

Expand Down

0 comments on commit 3b37d06

Please sign in to comment.