Commit 81c37b3 1 parent 3151edf commit 81c37b3 Copy full SHA for 81c37b3
File tree 2 files changed +16
-0
lines changed
2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 6
6
7
7
8
8
class DAQmxErrors (IntEnum ):
9
+ PROPERTY_NOT_SPECD_FOR_ENTIRE_PORT = - 209898
10
+ CANNOT_SET_PROPERTY_WHEN_DA_QMX_TASK_RUNNING = - 209897
9
11
ATTR_NOT_SUPPORTED_USE_PHYSICAL_CHANNEL_PROPERTY = - 209896
10
12
AI_CALCULATED_POWER_MIN_MAX_ATTR_NOT_SUPPORTED = - 209895
11
13
AI_MIN_MAX_ATTR_WRITE_NOT_SUPPORTED_FOR_CALC_POWER = - 209894
Original file line number Diff line number Diff line change 1484
1484
},
1485
1485
'DAQmxErrors': {
1486
1486
'values': [
1487
+ {
1488
+ 'documentation': {
1489
+ 'description': ' '
1490
+ },
1491
+ 'name': 'PROPERTY_NOT_SPECD_FOR_ENTIRE_PORT',
1492
+ 'value': -209898
1493
+ },
1494
+ {
1495
+ 'documentation': {
1496
+ 'description': ' '
1497
+ },
1498
+ 'name': 'CANNOT_SET_PROPERTY_WHEN_DA_QMX_TASK_RUNNING',
1499
+ 'value': -209897
1500
+ },
1487
1501
{
1488
1502
'documentation': {
1489
1503
'description': ' '
You can’t perform that action at this time.
0 commit comments