AIChannel.InputSource Property
- Updated2023-02-21
- 1 minute(s) read
AIChannelInputSource Property
Specifies the source of the channel. You can use the signal from the I/O connector or one of several calibration signals. Certain devices have a single calibration signal bus. For these devices, you must specify the same calibration signal for all channels you connect to a calibration signal.
Namespace: NationalInstruments.DAQmx
Assembly: NationalInstruments.DAQmx (in NationalInstruments.DAQmx.dll) Version: 20.7.40.49302
Syntax
public string InputSource { get; set; }
Public Property InputSource As String Get Set
Property Value
Type: StringSpecifies the source of the channel. You can use the signal from the I/O connector or one of several calibration signals. Certain devices have a single calibration signal bus. For these devices, you must specify the same calibration signal for all channels you connect to a calibration signal.
Exceptions
Exception | Condition |
---|---|
DaqException | The NI-DAQmx driver returned an error. |