NI-DAQmx .NET Framework 4.0 API Reference

Content Type
Programming Language
Current manual
Table of Contents
Product DocumentationNI-DAQmx .NET Framework 4.0 API ReferencePhysicalChannel.ConfigureTeds Method (String)Current page
Table of Contents

PhysicalChannel.ConfigureTeds Method (String)

PhysicalChannel.ConfigureTeds Method (String)

PhysicalChannelConfigureTeds Method (String)

Associates TEDS information with the physical channel you specify.

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

Syntax

public void ConfigureTeds(
	string virtualTedsFile
)
Public Sub ConfigureTeds ( 
	virtualTedsFile As String
)

Parameters

virtualTedsFile
Type: SystemString
The path to a virtual TEDS file that you want to associate with the physical channel. If you specify Empty for this parameter, this method attempts to find a TEDS sensor connected to the physical channel.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

Remarks

This method temporarily overrides any TEDS configuration for the physical channel that you performed in Measurement Automation Explorer (MAX).

See Also

Was this information helpful?