Skip to content

Commit ee2d06a

Browse files
authored
Update metadata before 1.4.9 release (#2082)
* Update nidcpower metadata * Update nidcpower .proto file * Update NI-DMM metadata and proto * Update nifake, nimodinst metadata and .protos * Update niscope proto and metadata * Update nitclk metadata * Update nidigital metadata and proto * Revert "Update nidigital metadata and proto" This reverts commit b019eb9.
1 parent 4d22c69 commit ee2d06a

File tree

31 files changed

+78
-77
lines changed

31 files changed

+78
-77
lines changed

docs/nidmm/class.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -887,7 +887,7 @@ fetch
887887
.. py:method:: fetch(maximum_time=hightime.timedelta(milliseconds=-1))
888888
889889
Returns the value from a previously initiated measurement. You must call
890-
:py:meth:`nidmm.Session._initiate` before calling this method.
890+
:py:meth:`nidmm.Session._initiate` before calling this method. Value is in base units.
891891
892892
893893
@@ -935,7 +935,7 @@ fetch_multi_point
935935
measurement. The number of measurements the DMM makes is determined by
936936
the values you specify for the **Trigger_Count** and **Sample_Count**
937937
parameters of :py:meth:`nidmm.Session.configure_multi_point`. You must first call
938-
:py:meth:`nidmm.Session._initiate` to initiate a measurement before calling this method.
938+
:py:meth:`nidmm.Session._initiate` to initiate a measurement before calling this method. Values are in base units.
939939
940940
941941
@@ -1548,7 +1548,7 @@ read
15481548
15491549
.. py:method:: read(maximum_time=hightime.timedelta(milliseconds=-1))
15501550
1551-
Acquires a single measurement and returns the measured value.
1551+
Acquires a single measurement and returns the measured value in base units.
15521552
15531553
15541554

generated/nidcpower/nidcpower/nidcpower_pb2.py

Lines changed: 34 additions & 34 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

generated/nidmm/nidmm/session.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1632,7 +1632,7 @@ def fetch(self, maximum_time=hightime.timedelta(milliseconds=-1)):
16321632
r'''fetch
16331633
16341634
Returns the value from a previously initiated measurement. You must call
1635-
_initiate before calling this method.
1635+
_initiate before calling this method. Value is in base units.
16361636
16371637
Args:
16381638
maximum_time (hightime.timedelta, datetime.timedelta, or int in milliseconds): Specifies the **maximum_time** allowed for this method to complete in
@@ -1666,7 +1666,7 @@ def fetch_multi_point(self, array_size, maximum_time=hightime.timedelta(millisec
16661666
measurement. The number of measurements the DMM makes is determined by
16671667
the values you specify for the **Trigger_Count** and **Sample_Count**
16681668
parameters of configure_multi_point. You must first call
1669-
_initiate to initiate a measurement before calling this method.
1669+
_initiate to initiate a measurement before calling this method. Values are in base units.
16701670
16711671
Args:
16721672
array_size (int): Specifies the number of measurements to acquire. The maximum number of
@@ -2208,7 +2208,7 @@ def perform_short_cable_comp(self):
22082208
def read(self, maximum_time=hightime.timedelta(milliseconds=-1)):
22092209
r'''read
22102210
2211-
Acquires a single measurement and returns the measured value.
2211+
Acquires a single measurement and returns the measured value in base units.
22122212
22132213
Args:
22142214
maximum_time (hightime.timedelta, datetime.timedelta, or int in milliseconds): Specifies the **maximum_time** allowed for this method to complete in

src/nidcpower/metadata/attributes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# This file is generated from NI-DCPower API metadata version 25.0.0d98
2+
# This file is generated from NI-DCPower API metadata version 25.0.0f266
33
attributes = {
44
1050003: {
55
'access': 'read-write',

src/nidcpower/metadata/config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- coding: utf-8 -*-
2-
# This file is generated from NI-DCPower API metadata version 25.0.0d98
2+
# This file is generated from NI-DCPower API metadata version 25.0.0f266
33
config = {
4-
'api_version': '25.0.0d98',
4+
'api_version': '25.0.0f266',
55
'c_function_prefix': 'niDCPower_',
66
'close_function': 'close',
77
'context_manager_name': {

src/nidcpower/metadata/enums.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# This file is generated from NI-DCPower API metadata version 25.0.0d98
2+
# This file is generated from NI-DCPower API metadata version 25.0.0f266
33
enums = {
44
'ApertureTimeAutoMode': {
55
'values': [

src/nidcpower/metadata/functions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# This file is generated from NI-DCPower API metadata version 25.0.0d98
2+
# This file is generated from NI-DCPower API metadata version 25.0.0f266
33
functions = {
44
'AbortWithChannels': {
55
'documentation': {

src/nidcpower/metadata/nidcpower.proto

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
//---------------------------------------------------------------------
3-
// This file is generated from NI-DCPower API metadata version 24.3.0f264
3+
// This file is generated from NI-DCPower API metadata version 25.0.0f266
44
//---------------------------------------------------------------------
55
// Proto file for the NI-DCPower Metadata
66
//---------------------------------------------------------------------
@@ -408,6 +408,7 @@ enum OutputStates {
408408
OUTPUT_STATES_NIDCPOWER_VAL_OUTPUT_OVER_VOLTAGE = 2;
409409
OUTPUT_STATES_NIDCPOWER_VAL_OUTPUT_OVER_CURRENT = 3;
410410
OUTPUT_STATES_NIDCPOWER_VAL_OUTPUT_UNREGULATED = 4;
411+
OUTPUT_STATES_NIDCPOWER_VAL_OUTPUT_INHIBITED = 1163;
411412
}
412413

413414
enum MeasurementTypes {

src/nidmm/metadata/attributes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# This file is generated from NI-DMM API metadata version 24.3.0d105
2+
# This file is generated from NI-DMM API metadata version 24.8.0f126
33
attributes = {
44
1050005: {
55
'access': 'read-write',

src/nidmm/metadata/config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- coding: utf-8 -*-
2-
# This file is generated from NI-DMM API metadata version 24.3.0d105
2+
# This file is generated from NI-DMM API metadata version 24.8.0f126
33
config = {
4-
'api_version': '24.3.0d105',
4+
'api_version': '24.8.0f126',
55
'c_function_prefix': 'niDMM_',
66
'close_function': 'close',
77
'context_manager_name': {

0 commit comments

Comments
 (0)