Skip to content

Independent Channels support in nidcpower

Compare
Choose a tag to compare
@sbethur sbethur released this 09 Jul 21:08
· 255 commits to master since this release
8a09c56
  • nidcpower (NI-DCPower)

    • Added

      • Support for independent operation of instrument channels. Creating an nidcpower.Session
        with independent channels allows you to use multiple instruments in the same session. With
        independent channels, you can configure multiple channels of the same instrument, or of
        multiple instruments, independently of one another within the same session.
      • get_channel_names - #1588
      • create_advanced_sequence_commit_step - #1636
      • API parity with NI-DCPower 20.7.0 by adding Output Cutoff functionality.
        • Properties added:
          • output_cutoff_current_change_limit_high
          • output_cutoff_current_change_limit_low
          • output_cutoff_current_measure_limit_high
          • output_cutoff_current_measure_limit_low
          • output_cutoff_current_overrange_enabled
          • output_cutoff_enabled
          • output_cutoff_voltage_change_limit_high
          • output_cutoff_voltage_change_limit_low
          • output_cutoff_voltage_output_limit_high
          • output_cutoff_voltage_output_limit_low
        • Methods added:
          • clear_latched_output_cutoff_state
          • query_latched_output_cutoff_state