NI-DAQmx .NET Framework 4.0 API Reference

PhysicalChannel.WriteTedsData Method (Byte[], BasicTedsDataOption)

  • Updated2023-02-21
  • 1 minute(s) read
PhysicalChannel.WriteTedsData Method (Byte[], BasicTedsDataOption)
Write TEDS data from a Byte array to a sensor on the physical channel you specify.

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

Syntax

public void WriteTedsData(
	byte[] bitStream,
	BasicTedsDataOption basicTedsDataOption
)
Public Sub WriteTedsData ( 
	bitStream As Byte(),
	basicTedsDataOption As BasicTedsDataOption
)

Parameters

bitStream
Type: SystemByte
The bitstream to write to the sensor. This bitstream must be constructed according to the IEEE 1451.4 specification.
basicTedsDataOption
Type: NationalInstruments.DAQmxBasicTedsDataOption
A value that specifies how to handle basic TEDS data in the bitstream.

See Also

Log in to get a better experience