Skip to content

nimi-python 0.2 release (NI-SWITCH)

Pre-release
Pre-release
Compare
Choose a tag to compare
@texasaggie97-zz texasaggie97-zz released this 20 Sep 21:53
· 1264 commits to master since this release
  • ALL

    • Added

      • Suport for channel-based properties
    • Changed

      • Warnings no longer raise an exception
        • Warnings are now added to warnings.warn()
  • NI-DMM

    • Changed

      • Added support for enums with types other than ViInt32 (Fixes #330)
  • NI-ModInst

    • Changed

      • Device index is now on session not attribute. The correct way is now
        i = 0
        with nimodinst.Session('nidmm') as session:
            name = session[i].device_name
  • NI-SWITCH

    • Added

      • Initial Release