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 nidcpower metadata
- just attribute and function documentation changes
* Update nidigital metadata
- no metadata changes
- .proto file seems to have changed the order of some things
* Update nidmm metadata
- 'grpc_enum': 'CalibrationType' deleted from a couple of functions
- proto file re-ordered
* Update nimodinst metadata
* Update nifake metadata
- Some custom types reordered
- .proto file reordered
* Update niscope metadata
- .proto file reordered
* Update nise metadata
- no change
* Update nitclk metadata
- No changes
* Run `tox -e codegen`
Returns whether the device output channel is in the specified output
2496
+
Returns whether the device channel is in the specified output
2497
2497
state.
2498
2498
2499
2499
@@ -4106,7 +4106,7 @@ current_limit
4106
4106
4107
4107
4108
4108
4109
-
.. note:: The channel must be enabled for the specified current limit to take effect. Refer to the :py:attr:`nidcpower.Session.output_enabled` property for more information about enabling the output channel.
4109
+
.. note:: The channel must be enabled for the specified current limit to take effect. Refer to the :py:attr:`nidcpower.Session.output_enabled` property for more information about enabling the channel.
4110
4110
4111
4111
NI-DCPower uses the terms "source" and "output". However, while sinking with electronic loads and SMUs these correspond to "sinking" and "input", respectively.
4112
4112
@@ -6871,7 +6871,8 @@ measure_buffer_size
6871
6871
Valid Values: The PXIe-4051, PXIe-4147, and PXIe-4151 support values from 170 to 18000110.
6872
6872
The PXIe-4162/4163 supports values from 256 to 1000192.
6873
6873
The PXIe-4190 supports values from 102 to 6000048.
6874
-
All other supported instruments support values from 1000 to 2147483647.
6874
+
The PXIe-4112, PXIe-4113, and PXIe-4154 support values from 1000 to 178956970.
6875
+
All other supported instruments support values from 1000 to 268435455.
6875
6876
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.
6876
6877
6877
6878
@@ -9687,7 +9688,7 @@ pulse_voltage_limit_range
9687
9688
9688
9689
9689
9690
9690
-
.. note:: The channel must be enabled for the specified current limit to take effect. Refer to the :py:attr:`nidcpower.Session.output_enabled` property for more information about enabling the output channel.
9691
+
.. note:: The channel must be enabled for the specified current limit to take effect. Refer to the :py:attr:`nidcpower.Session.output_enabled` property for more information about enabling the channel.
9691
9692
9692
9693
9693
9694
.. tip:: This property can be set/get on specific channels within your :py:class:`nidcpower.Session` instance.
@@ -11577,7 +11578,7 @@ voltage_limit
11577
11578
11578
11579
11579
11580
11580
-
.. note:: The channel must be enabled for the specified current level to take effect. Refer to the :py:attr:`nidcpower.Session.output_enabled` property for more information about enabling the output channel.
11581
+
.. note:: The channel must be enabled for the specified current level to take effect. Refer to the :py:attr:`nidcpower.Session.output_enabled` property for more information about enabling the channel.
11581
11582
11582
11583
NI-DCPower uses the terms "source" and "output". However, while sinking with electronic loads and SMUs these correspond to "sinking" and "input", respectively.
Copy file name to clipboardexpand all lines: generated/nidcpower/nidcpower/session.py
+22-21
Original file line number
Diff line number
Diff line change
@@ -680,7 +680,7 @@ class _SessionBase(object):
680
680
Valid Values: The valid values for this property are defined by the values to which current_limit_range property is set.
681
681
682
682
Note:
683
-
The channel must be enabled for the specified current limit to take effect. Refer to the output_enabled property for more information about enabling the output channel.
683
+
The channel must be enabled for the specified current limit to take effect. Refer to the output_enabled property for more information about enabling the channel.
684
684
685
685
NI-DCPower uses the terms "source" and "output". However, while sinking with electronic loads and SMUs these correspond to "sinking" and "input", respectively.
686
686
@@ -2021,7 +2021,8 @@ class _SessionBase(object):
2021
2021
Valid Values: The PXIe-4051, PXIe-4147, and PXIe-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
-
All other supported instruments support values from 1000 to 2147483647.
2024
+
The PXIe-4112, PXIe-4113, and PXIe-4154 support values from 1000 to 178956970.
2025
+
All other supported instruments support values from 1000 to 268435455.
2025
2026
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.
2026
2027
2027
2028
Note:
@@ -3491,7 +3492,7 @@ class _SessionBase(object):
3491
3492
This property is applicable only if the output_function property is set to OutputFunction.PULSE_CURRENT.
3492
3493
For valid ranges, refer to the specifications for your instrument.
3493
3494
3494
-
Note: The channel must be enabled for the specified current limit to take effect. Refer to the output_enabled property for more information about enabling the output channel.
3495
+
Note: The channel must be enabled for the specified current limit to take effect. Refer to the output_enabled property for more information about enabling the channel.
3495
3496
3496
3497
Tip:
3497
3498
This property can be set/get on specific channels within your :py:class:`nidcpower.Session` instance.
@@ -4383,7 +4384,7 @@ class _SessionBase(object):
4383
4384
4384
4385
Valid Values: The valid values for this property are defined by the values to which the voltage_limit_range property is set.
4385
4386
4386
-
Note: The channel must be enabled for the specified current level to take effect. Refer to the output_enabled property for more information about enabling the output channel.
4387
+
Note: The channel must be enabled for the specified current level to take effect. Refer to the output_enabled property for more information about enabling the channel.
4387
4388
4388
4389
NI-DCPower uses the terms "source" and "output". However, while sinking with electronic loads and SMUs these correspond to "sinking" and "input", respectively.
4389
4390
@@ -4595,7 +4596,7 @@ def abort(self):
4595
4596
Uncommitted state. If a sequence is running, it is stopped. Any
4596
4597
configuration methods called after this method are not applied until
4597
4598
the initiate method is called. If power output is enabled
4598
-
when you call the abort method, the output channels remain
4599
+
when you call the abort method, the channels remain
4599
4600
in their current state and continue providing power.
4600
4601
4601
4602
Use the ConfigureOutputEnabled method to disable power
@@ -5549,7 +5550,7 @@ def measure_multiple(self):
5549
5550
defmeasure_multiple_lcr(self):
5550
5551
'''measure_multiple_lcr
5551
5552
5552
-
Measures and returns a list of LCRMeasurement instances on the specified output channel(s).
5553
+
Measures and returns a list of LCRMeasurement instances on the specified channel(s).
0 commit comments