You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Markers are accessible through 'MarkerN' (where N is a decimal) repeated capabilities.
Data Markers are accessible through 'DataMarkerN' repeated capabilities.
The Python API currently provides no DataMarker repeated capability, so the only way to access data marker attributes is with the channels repeated capability.
Description of issue
Marker Events and Data Marker Events have different repeated capabilities that they are accessible through.
Markers are accessible through 'MarkerN' (where N is a decimal) repeated capabilities.
Data Markers are accessible through 'DataMarkerN' repeated capabilities.
The Python API currently provides no DataMarker repeated capability, so the only way to access data marker attributes is with the channels repeated capability.
This happened because markers and data markers were conflated in the metadata. 'markers' is listed as the repeated capability type for data marker event attributes.
System report
ni-fgen package release: 1.4.1.
System info isn't really relevant (in my opinion).
Steps to reproduce issue
Example 1 (errors)
Example 2 (errors)
Example 3 (errors)
Example 4 (no error)
The text was updated successfully, but these errors were encountered: