Main Content
addAudioInputChannel
(Not recommended) Add audio input channel to session
This session
object function is not recommended. Use DataAcquisition
object functions instead. See Version History.
Syntax
Description
creates and displays the object ch
= addAudioInputChannel(s
,deviceName
,channelID
)ch
representing a channel added
to the session s
using the device represented by
deviceName
, with the specified
channelID
. The channel object is stored in the variable
ch
.
Tips
Use
daq.createSession
to create a session object before you use this method.To use analog channels, see
addAnalogInputChannel
.