NI-DAQmx .NET Framework 4.5 API Reference

PhysicalChannel.ConfigureTeds Method (String)

  • 已更新2023-02-21
  • 閱讀時間為 1 分鐘
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.45.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