Skip to content

nitypes 1.0.1

Latest

Choose a tag to compare

@mikeprosserni mikeprosserni released this 17 Dec 20:37
· 1 commit to releases/1.0 since this release
bb4d836

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: 0 representing 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: 0 is now the rightmost (least significant) bit. Signals now also have a separate column_index property that matches the index of the underlying array (and matches the old signal_index behavior).

Full Changelog: 1.0.0...1.0.1