Writes provided bitstream and format code to the memory connected to selected ID Pin.

Syntax

Namespace: NationalInstruments.DAQmx

public void WriteIDPinMemory(string deviceName, string idPinName, byte[] data, uint formatCode)

Parameters

NameTypeDescription
deviceNamestring

The name, as configured in Measurement & Automation Explorer (MAX), of the device to which this operation applies.

idPinNamestring

The name, as obtained from Identification.ID Pin.Pin Names in DAQmxDevice Attributes, of the ID Pin to which this operation applies.

databyte[]

A byte array of raw data to write to the memory.

formatCodeuint

A byte indicating the format of the data to write to the memory.

Exceptions

TypeDescription
NationalInstruments.DAQmx.DaqException

The NI-DAQmx driver returned an error.