Skip to content

Commit

Permalink
Use default terminal config.
Browse files Browse the repository at this point in the history
  • Loading branch information
raacampbell committed Jun 4, 2017
1 parent 893bca2 commit 904edc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion code/+vidrio/+mixed/AOandAI_OO.m
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
%Properties for the analog input end of things
hAITask %The AI task will be kept here
AIChans = 0:1
AIterminalConfig = 'DAQmx_Val_RSE' %Valid values: 'DAQmx_Val_Cfg_Default', 'DAQmx_Val_RSE', 'DAQmx_Val_NRSE', 'DAQmx_Val_Diff', 'DAQmx_Val_PseudoDiff'
AIterminalConfig = 'DAQmx_Val_Cfg_Default' %Valid values: 'DAQmx_Val_Cfg_Default', 'DAQmx_Val_RSE', 'DAQmx_Val_NRSE', 'DAQmx_Val_Diff', 'DAQmx_Val_PseudoDiff'

%Properties for the analog output end of things
hAOTask %The AO task will be kept here
Expand Down
2 changes: 1 addition & 1 deletion code/+vidrio/+mixed/AOandAI_OO_sharedClock.m
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
%Properties for the analog input end of things
hAITask %The AI task will be kept here
AIChans = 0:1
AIterminalConfig = 'DAQmx_Val_RSE' %Valid values: 'DAQmx_Val_Cfg_Default', 'DAQmx_Val_RSE', 'DAQmx_Val_NRSE', 'DAQmx_Val_Diff', 'DAQmx_Val_PseudoDiff'
AIterminalConfig = 'DAQmx_Val_Cfg_Default' %Valid values: 'DAQmx_Val_Cfg_Default', 'DAQmx_Val_RSE', 'DAQmx_Val_NRSE', 'DAQmx_Val_Diff', 'DAQmx_Val_PseudoDiff'

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

0 comments on commit 904edc8

Please sign in to comment.