File tree 1 file changed +1
-6
lines changed 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change 66
66
DAQDevice = ' Dev1'
67
67
sampleRate = 32E3 % The sample rate at which the board runs (Hz)
68
68
69
+ waveformType = ' sine' % Waveform shape. Valid values are: 'sine', 'sawtooth'
69
70
70
71
% These properties are specific to scanning
71
72
galvoAmp = 3 % Scanner amplitude (defined as peak-to-peak/2)
83
84
hAOTask % The AO task handle will be kept here
84
85
AOChans = 0
85
86
86
- waveformType = ' sawtooth' % can also be 'sawtooth'
87
- end % close properties block
88
-
89
-
90
- properties (Hidden ,SetAccess = private )
91
87
% These properties hold information relevant to the plot window
92
- % They are hidden as well as protected for neatness.
93
88
hFig % The handle to the figure which shows the data is stored here
94
89
hAxes % Handle for the main axes
95
90
hAxesXY % Handle fo the plot of AI1 as a function of AI0
You can’t perform that action at this time.
0 commit comments