Datapixx(‘GetAdcVoltages’)
Psychtoolbox>Datapixx.{mex*} subfunction
[adcDataVoltages, adcRefVoltages] = Datapixx(‘GetAdcVoltages’);
Returns list of voltages last sampled on all ADC input channels.
-“adcDataVoltages” are the analog data input voltages.
-“adcRefVoltages” are additional reference input voltages which can be used for
differential acquisition.
The point in time that the last ADC sample occurred depends on the ADC
free-running setting.
See DatapixxAdc*Demo files for examples.
###See also: EnableAdcFreeRunning, EnableDacAdcLoopback, SetAdcSchedule