Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions generated/nidaqmx/error_codes.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@


class DAQmxErrors(IntEnum):
PROPERTY_NOT_SPECD_FOR_ENTIRE_PORT = -209898
CANNOT_SET_PROPERTY_WHEN_DA_QMX_TASK_RUNNING = -209897
ATTR_NOT_SUPPORTED_USE_PHYSICAL_CHANNEL_PROPERTY = -209896
AI_CALCULATED_POWER_MIN_MAX_ATTR_NOT_SUPPORTED = -209895
AI_MIN_MAX_ATTR_WRITE_NOT_SUPPORTED_FOR_CALC_POWER = -209894
Expand Down
14 changes: 14 additions & 0 deletions src/codegen/metadata/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -1484,6 +1484,20 @@
},
'DAQmxErrors': {
'values': [
{
'documentation': {
'description': ' '
},
'name': 'PROPERTY_NOT_SPECD_FOR_ENTIRE_PORT',
'value': -209898
},
{
'documentation': {
'description': ' '
},
'name': 'CANNOT_SET_PROPERTY_WHEN_DA_QMX_TASK_RUNNING',
'value': -209897
},
{
'documentation': {
'description': ' '
Expand Down