NI-DAQmx .NET Framework 4.0 API Reference

PhysicalChannel.ConfigureTeds Method (String)

  • Updated2023-02-21
  • 1 minute(s) read
PhysicalChannel.ConfigureTeds 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

Log in to get a better experience