NI-DAQmx .NET Framework 4.0 API Reference

Content Type
Programming Language
Current manual
Table of Contents

AIChannel.IsTeds Property

AIChannel.IsTeds Property

AIChannelIsTeds Property

Indicates if the virtual channel was initialized using a TEDS bitstream from the corresponding physical channel.

Namespace:  NationalInstruments.DAQmx
Assembly:  NationalInstruments.DAQmx (in NationalInstruments.DAQmx.dll) Version: 20.7.40.49302

Syntax

public bool IsTeds { get; }
Public ReadOnly Property IsTeds As Boolean
	Get

Property Value

Type: Boolean
Indicates if the virtual channel was initialized using a TEDS bitstream from the corresponding physical channel.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also

Was this information helpful?