national-instruments-helper
This commit is contained in:
7
Helpers/DAQmx/DAQmxDataLayout.cs
Normal file
7
Helpers/DAQmx/DAQmxDataLayout.cs
Normal file
@ -0,0 +1,7 @@
|
||||
namespace Helpers.DAQmx;
|
||||
|
||||
public enum DAQmxDataLayout
|
||||
{
|
||||
GroupByChannel,
|
||||
GroupByScanNumber,
|
||||
}
|
Reference in New Issue
Block a user