BasicTedsDataOption Enumeration
- Updated2023-02-21
- 1 minute(s) read
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 name | Value | Description | |
---|---|---|---|
WriteToEeprom | 12538 | Basic 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. | |
WriteToProm | 12539 | Basic TEDS data is written to the PROM. Any subsequent attempts to write basic TEDS data results in an error. | |
DoNotWrite | 12540 | Basic TEDS data is ignored. |