·
1 commit
to releases/1.0
since this release
Bug Fixes
- Corrected the ordering of Digital Waveform Signal Indices (#222).
- In the nitypes 1.0.0 release, the signals were indexed in the same order as the underlying data array, with
signal_index: 0representing the leftmost bit. However, this was backwards from how waveform support in NI drivers indexes signals in digital ports, where the leftmost bit (typically the most significant bit) is considered the highest signal index. - This has been fixed in nitypes 1.0.1, so that
signal_index: 0is now the rightmost (least significant) bit. Signals now also have a separatecolumn_indexproperty that matches the index of the underlying array (and matches the oldsignal_indexbehavior).
- In the nitypes 1.0.0 release, the signals were indexed in the same order as the underlying data array, with
Full Changelog: 1.0.0...1.0.1