national-instruments-helper
This commit is contained in:
10
Helpers/DAQmx/DAQmxInputTerminalConfiguration.cs
Normal file
10
Helpers/DAQmx/DAQmxInputTerminalConfiguration.cs
Normal file
@ -0,0 +1,10 @@
|
||||
namespace Helpers.DAQmx;
|
||||
|
||||
public enum DAQmxInputTerminalConfiguration
|
||||
{
|
||||
Default = -1, // 0xFFFFFFFF
|
||||
NonReferencedSingleEnded = 10078, // 0x0000275E
|
||||
ReferencedSingleEnded = 10083, // 0x00002763
|
||||
Differential = 10106, // 0x0000277A
|
||||
Pseudodifferential = 12529, // 0x000030F1
|
||||
}
|
||||
Reference in New Issue
Block a user