Skip to content

Commit 7d9c537

Browse files
Update the CHANGELOG entry for nidcpower Independent Channels feature (#1639)
* Update the CHANGELOG entry for nidcpower Independent Channels feature. * Incorporate Marcos' suggestion Co-authored-by: Marcos <[email protected]> * Add a missing backtick Co-authored-by: Marcos <[email protected]>
1 parent 0365881 commit 7d9c537

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,10 @@ All notable changes to this project will be documented in this file.
5050
* Methods added:
5151
* `clear_latched_output_cutoff_state`
5252
* `query_latched_output_cutoff_state`
53-
* Capability to initialize a session with independent channels via new independent_channels argument in session constructor.
53+
* Support for independent operation of instrument channels. Creating an `nidcpower.Session`
54+
with independent channels allows you to use multiple instruments in the same session. With
55+
independent channels, you can configure multiple channels of the same instrument, or of
56+
multiple instruments, independently of one another within the same session.
5457
* #### Changed
5558
* #### Removed
5659
* ### `nidigital` (NI-Digital Pattern Driver)
@@ -1106,4 +1109,3 @@ and this project adheres to [Python Versioning](http://legacy.python.org/dev/pep
11061109
* #### Changed
11071110
* #### Removed
11081111
-->
1109-

0 commit comments

Comments
 (0)