NI-DAQmx .NET Framework 4.0 API Reference

PhysicalChannel.ClearTeds Method

  • Updated2023-02-21
  • 1 minute(s) read
PhysicalChannel.ClearTeds Method
Removes TEDS information from the physical channel you specify.

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

Syntax

public void ClearTeds()
Public Sub ClearTeds

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