Skip to content

Commit 904edc8

Browse files
committed
Use default terminal config.
1 parent 893bca2 commit 904edc8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

code/+vidrio/+mixed/AOandAI_OO.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
%Properties for the analog input end of things
5050
hAITask %The AI task will be kept here
5151
AIChans = 0:1
52-
AIterminalConfig = 'DAQmx_Val_RSE' %Valid values: 'DAQmx_Val_Cfg_Default', 'DAQmx_Val_RSE', 'DAQmx_Val_NRSE', 'DAQmx_Val_Diff', 'DAQmx_Val_PseudoDiff'
52+
AIterminalConfig = 'DAQmx_Val_Cfg_Default' %Valid values: 'DAQmx_Val_Cfg_Default', 'DAQmx_Val_RSE', 'DAQmx_Val_NRSE', 'DAQmx_Val_Diff', 'DAQmx_Val_PseudoDiff'
5353

5454
%Properties for the analog output end of things
5555
hAOTask %The AO task will be kept here

code/+vidrio/+mixed/AOandAI_OO_sharedClock.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
%Properties for the analog input end of things
4242
hAITask %The AI task will be kept here
4343
AIChans = 0:1
44-
AIterminalConfig = 'DAQmx_Val_RSE' %Valid values: 'DAQmx_Val_Cfg_Default', 'DAQmx_Val_RSE', 'DAQmx_Val_NRSE', 'DAQmx_Val_Diff', 'DAQmx_Val_PseudoDiff'
44+
AIterminalConfig = 'DAQmx_Val_Cfg_Default' %Valid values: 'DAQmx_Val_Cfg_Default', 'DAQmx_Val_RSE', 'DAQmx_Val_NRSE', 'DAQmx_Val_Diff', 'DAQmx_Val_PseudoDiff'
4545

4646
%Properties for the analog output end of things
4747
hAOTask %The AO task will be kept here

0 commit comments

Comments
 (0)