Skip to content

Commit 81c37b3

Browse files
committed
Pick up new error code metadata for mioDAQ configurable digital voltage feature
Signed-off-by: Siu Fong Tan <siu.fong.tan@ni.com>
1 parent 3151edf commit 81c37b3

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

generated/nidaqmx/error_codes.py

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77

88
class DAQmxErrors(IntEnum):
9+
PROPERTY_NOT_SPECD_FOR_ENTIRE_PORT = -209898
10+
CANNOT_SET_PROPERTY_WHEN_DA_QMX_TASK_RUNNING = -209897
911
ATTR_NOT_SUPPORTED_USE_PHYSICAL_CHANNEL_PROPERTY = -209896
1012
AI_CALCULATED_POWER_MIN_MAX_ATTR_NOT_SUPPORTED = -209895
1113
AI_MIN_MAX_ATTR_WRITE_NOT_SUPPORTED_FOR_CALC_POWER = -209894

src/codegen/metadata/enums.py

+14
Original file line numberDiff line numberDiff line change
@@ -1484,6 +1484,20 @@
14841484
},
14851485
'DAQmxErrors': {
14861486
'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+
},
14871501
{
14881502
'documentation': {
14891503
'description': ' '

0 commit comments

Comments
 (0)