Attach Multiple Waveforms Method

AttachMultipleWaveforms attaches multiple waveform objects 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 (AttachableMeasurements multipleMeasurements = run.CreateAttachableMeasurements())
{
    multipleMeasurements.AttachMultipleWaveforms("MultipleWaveforms", multiplewaveforms);
    ...
}
Table 38. .NET Attach Multiple Waveforms Method Parameters
Parameter Required? Data Type Description
rootName Yes String Root name of the TDMS file.
waveformDetails Yes Custom An array of waveform objects to be recorded as channels within a TDMS file and attached to the measurement. (WaveformDetails[])
rootAttributes No Dictionary <String, String> A dictionary of attributes to apply as file-level properties to the TDMS file.