SWC-Advanced-Microscopy / SimpleMScanner

Simple MATLAB scanning software for demo purposes
GNU Lesser General Public License v3.0
5 stars 2 forks source link

Make the weird sample rate set clearer. #25

Closed raacampbell closed 8 years ago

raacampbell commented 8 years ago

The setter I have for the sample rate is useful, but it's pretty damn weird when I use it by calling:

obj.sampleRate = obj.sampleRate;

So fun though that is, I should probably make it clearer.

raacampbell commented 8 years ago

Have just moved the set call out of the connectToDAQ method: eecb3dd