NI-DAQmx 17.1 .NET Class Library Help
Edition Date: June 2017
Part Number: 370473J-01
»View Product Info
Members See Also
Encapsulates one or more analog input virtual channels and the properties for an analog input virtual channel.
Namespace:
NationalInstruments.DAQmx
Assembly:
NationalInstruments.DAQmx (in NationalInstruments.DAQmx.dll) Version: 17.1.40.99
Use the
AIChannels property to create or access an analog input virtual channel. An
AIChannel might contain more than one virtual channel because the
AIChannel is defined by providing a valid NI-DAQmx channel string to the
AIChannels indexer or to an
AIChannelCollection create virtual channel method. If you set a property on an
AIChannel object that represents multiple virtual channels, that property is set for all of the virtual channels that the object represents.
 | Note:Example applications are located in the Public Documents\National Instruments\NI-DAQ\Examples\DotNET4.x directory
or in the Start menu at National InstrumentsNI-DAQmxNI-DAQmx Examples.
|
System.Object System.MarshalByRefObject NationalInstruments.DAQmx.Channel NationalInstruments.DAQmx.AIChannelAll members of this type are safe for multithreaded operations.
Reference
AIChannel Members
NationalInstruments.DAQmx Namespace