Skip to content

Fix niscope multi-instrument fetches and add telemetry support to driver apis.

Compare
Choose a tag to compare
@ni-jfitzger ni-jfitzger released this 12 Jun 13:53
· 44 commits to master since this release
5f25e79
  • ALL

    • Removed

      • easy_install support
  • nidigital (NI-Digital Pattern Driver)

    • Added

      • Pass Python interpreter information if the driver runtime version supports it. This is used by NI in order to better understand client usage.
  • nidmm (NI-DMM)

    • Added

      • Pass Python interpreter information if the driver runtime version supports it. This is used by NI in order to better understand client usage.
  • nifgen (NI-FGEN)

    • Added

      • Pass Python interpreter information if the driver runtime version supports it. This is used by NI in order to better understand client usage.
  • niscope (NI-SCOPE)

    • Added

      • get_channel_names()
      • Pass Python interpreter information if the driver runtime version supports it. This is used by NI in order to better understand client usage.
    • Changed

      • Fix #1770: fetch(), read(), and friends return wrong data when called with channel ranges on multi-instrument session.
  • niswitch (NI-SWITCH)

    • Added

      • Pass Python interpreter information if the driver runtime version supports it. This is used by NI in order to better understand client usage.