Attach X and Multiple Y Data Method

AttachXAndMultipleYData attaches a single X-axis and multiple corresponding Y-axes as channels within a TDMS file to the measurement.

Note The Logging Library does not support the following special characters in TDMS file root names: [, ], and ,
using (AttachableMeasurement log = run.CreateAttachableMeasurement(singleMeasurementDetails))
{
    log.AttachXAndMultipleYData(xdataAndMultipleYDataDetails);
    ...
}
Table 36. .NET Attach X and Multiple Y Data Method Parameters
Parameter Required? Data Type Description
xdataAndMultipleYDataDetails Yes Custom X-axis and multiple Y-axis data details to attach to the TDMS file. This function includes the root name for the TDMS file. (XDataAndMultipleYDataDetails)
rootAttributes No Dictionary <String, String> A dictionary of attributes to attach to the TDMS file.