ao_configure.m

来自「matlab daq sampling source code」· M 代码 · 共 5 行

M
5
字号
function retval = AO_Configure(slot, chan, outputPolarity, IntOrExtRef, refVoltage, updateMode)
% retval = AO_Configure(slot, chan, outputPolarity, IntOrExtRef, refVoltage, updateMode)
% No documentation is available yet.
  retval = daq2(14, slot, chan, outputPolarity, IntOrExtRef, refVoltage, updateMode);

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?