NI-DAQmx .NET Framework 4.0 API Reference

Content Type
Programming Language
Current manual
Table of Contents

BasicTedsDataOption Enumeration

BasicTedsDataOption Enumeration

BasicTedsDataOption Enumeration

Specifies how to handle basic TEDS data in a TEDS bitstream.

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

Syntax

public enum BasicTedsDataOption
Public Enumeration BasicTedsDataOption

Members

  Member nameValueDescription
WriteToEeprom12538Basic TEDS data is written to the EEPROM, even if the sensor includes a PROM. You cannot write basic TEDS data if the PROM contains data.
WriteToProm12539Basic TEDS data is written to the PROM. Any subsequent attempts to write basic TEDS data results in an error.
DoNotWrite12540Basic TEDS data is ignored.

See Also

In This Section
Was this information helpful?