NI-DAQmx .NET Framework 4.5 API Reference

PhysicalChannel.ConfigureTeds Method

  • Updated2023-02-21
  • 1 minute(s) read
PhysicalChannel.ConfigureTeds Method
Associates TEDS information with the physical channel you specify, using a TEDS sensor connected to the physical channel.

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

Syntax

public void ConfigureTeds()
Public Sub ConfigureTeds

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