national-instruments-helper
This commit is contained in:
7
Helpers/DAQmx/DAQmxDigitalPatternTriggerWhen.cs
Normal file
7
Helpers/DAQmx/DAQmxDigitalPatternTriggerWhen.cs
Normal file
@ -0,0 +1,7 @@
|
||||
namespace Helpers.DAQmx;
|
||||
|
||||
public enum DAQmxDigitalPatternTriggerWhen
|
||||
{
|
||||
PatternDoesNotMatch = 10253, // 0x0000280D
|
||||
PatternMatches = 10254, // 0x0000280E
|
||||
}
|
||||
Reference in New Issue
Block a user