Skip to content

Commit

Permalink
Pick up new error code metadata for mioDAQ configurable digital volta…
Browse files Browse the repository at this point in the history
…ge feature (#659)

Signed-off-by: Siu Fong Tan <[email protected]>
  • Loading branch information
SiuFong-NI authored Nov 15, 2024
1 parent b139828 commit cb9ddc7
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
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

0 comments on commit cb9ddc7

Please sign in to comment.