You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update metadata for nidcpower to version 25.0.0d98
* Update CHANGELOG.md
* Generate files from updated metadata
* Fix enum names for `OutputStates.VOLTAGE` and `OutputStates.CURRENT`
* Generate `conf.py` files for other modules
* Undo manually added `python_names`
* Regenerate files
* Remove documentation changes from changelog
* Document breaking changes with regards to `OutputStates` enum
* Update `test_query_output_state` unit test for the changed enum value names
* Updated changelog to reference ni#2067
Specifies the amount of time to delay the generation of the Measure Complete event, in seconds.
6916
6918
Valid Values: The PXIe-4051 supports values from 0 seconds to 39 seconds.
6917
6919
The PXIe-4147 supports values from 0 seconds to 26.5 seconds.
6918
-
The PXIe-4151 supports values from 0 seconds to 42 seconds.
6920
+
The PXIe-4150/4151 supports values from 0 seconds to 42 seconds.
6919
6921
The PXIe-4162/4163 and PXIe-4190 support values from 0 seconds to 23 seconds.
6920
6922
All other supported instruments support values from 0 to 167 seconds.
6921
6923
Default Value: Varies by device. Refer to Supported Properties by Device topic in the NI DC Power Supplies and SMUs Help for more information about default values.
@@ -7372,10 +7374,9 @@ merged_channels
7372
7374
7373
7375
.. py:attribute:: merged_channels
7374
7376
7375
-
Specifies the channel(s) to merge with a designated primary channel of an instrument in order to increase the maximum current you can source from the instrument.
7376
-
This property designates the merge channels to combine with a primary channel. To designate the primary channel, initialize the session to the primary channel only.
7377
-
Note: You cannot change the merge configuration with this property when the session is in the Running state.
7378
-
For complete information on using merged channels with this property, refer to Merged Channels in the NI DC Power Supplies and SMUs Help.
7377
+
Specifies the merge channel(s) to combine with a designated primary channel of an instrument in order to increase the maximum current you can source from the instrument.
7378
+
Set this property on the primary channel only, and pass the merge channels as the value of this property.
7379
+
Refer to the Merged Channels topic in your instrument user manual for more information about using merged channels.
7379
7380
7380
7381
7381
7382
@@ -11034,7 +11035,7 @@ source_delay
11034
11035
Refer to the Single Point Source Mode and Sequence Source Mode topics for more information.
11035
11036
Valid Values: The PXIe-4051 supports values from 0 to 39 seconds.
11036
11037
The PXIe-4147 supports values from 0 to 26.5 seconds.
11037
-
The PXIe-4151 supports values from 0 to 42 seconds.
11038
+
The PXIe-4150/4151 supports values from 0 to 42 seconds.
11038
11039
The PXIe-4162/4163 and PXIe-4190 support values from 0 to 23 seconds.
11039
11040
All other supported instruments support values from 0 to 167 seconds.
Copy file name to clipboardexpand all lines: generated/nidcpower/nidcpower/session.py
+13-12
Original file line number
Diff line number
Diff line change
@@ -2018,7 +2018,7 @@ class _SessionBase(object):
2018
2018
2019
2019
Specifies the number of samples that the active channel measurement buffer can hold.
2020
2020
The default value is the maximum number of samples that a device is capable of recording in one second.
2021
-
Valid Values: The PXIe-4051, PXIe-4147, and PXIe-4151 support values from 170 to 18000110.
2021
+
Valid Values: The PXIe-4051, PXIe-4147, and PXIe-4150/4151 support values from 170 to 18000110.
2022
2022
The PXIe-4162/4163 supports values from 256 to 1000192.
2023
2023
The PXIe-4190 supports values from 102 to 6000048.
2024
2024
The PXIe-4112, PXIe-4113, and PXIe-4154 support values from 1000 to 178956970.
@@ -2044,7 +2044,7 @@ class _SessionBase(object):
2044
2044
Specifies the amount of time to delay the generation of the Measure Complete event, in seconds.
2045
2045
Valid Values: The PXIe-4051 supports values from 0 seconds to 39 seconds.
2046
2046
The PXIe-4147 supports values from 0 seconds to 26.5 seconds.
2047
-
The PXIe-4151 supports values from 0 seconds to 42 seconds.
2047
+
The PXIe-4150/4151 supports values from 0 seconds to 42 seconds.
2048
2048
The PXIe-4162/4163 and PXIe-4190 support values from 0 seconds to 23 seconds.
2049
2049
All other supported instruments support values from 0 to 167 seconds.
2050
2050
Default Value: Varies by device. Refer to Supported Properties by Device topic in the NI DC Power Supplies and SMUs Help for more information about default values.
@@ -2270,10 +2270,9 @@ class _SessionBase(object):
Specifies the channel(s) to merge with a designated primary channel of an instrument in order to increase the maximum current you can source from the instrument.
2274
-
This property designates the merge channels to combine with a primary channel. To designate the primary channel, initialize the session to the primary channel only.
2275
-
Note: You cannot change the merge configuration with this property when the session is in the Running state.
2276
-
For complete information on using merged channels with this property, refer to Merged Channels in the NI DC Power Supplies and SMUs Help.
2273
+
Specifies the merge channel(s) to combine with a designated primary channel of an instrument in order to increase the maximum current you can source from the instrument.
2274
+
Set this property on the primary channel only, and pass the merge channels as the value of this property.
2275
+
Refer to the Merged Channels topic in your instrument user manual for more information about using merged channels.
2277
2276
2278
2277
Note:
2279
2278
NI-DCPower uses the terms "source" and "output". However, while sinking with electronic loads and SMUs these correspond to "sinking" and "input", respectively.
@@ -4155,7 +4154,7 @@ class _SessionBase(object):
4155
4154
Refer to the Single Point Source Mode and Sequence Source Mode topics for more information.
4156
4155
Valid Values: The PXIe-4051 supports values from 0 to 39 seconds.
4157
4156
The PXIe-4147 supports values from 0 to 26.5 seconds.
4158
-
The PXIe-4151 supports values from 0 to 42 seconds.
4157
+
The PXIe-4150/4151 supports values from 0 to 42 seconds.
4159
4158
The PXIe-4162/4163 and PXIe-4190 support values from 0 to 23 seconds.
4160
4159
All other supported instruments support values from 0 to 167 seconds.
0 commit comments