Skip to content

Commit

Permalink
Update nise metadata (#1004)
Browse files Browse the repository at this point in the history
* Update nise metadata

* Update generated files
  • Loading branch information
texasaggie97-zz authored and marcoskirsch committed Jun 13, 2019
1 parent bd203ab commit 4ea2656
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 13 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ NI Switch Executive Python API Status
+===============================+=====================+
| Driver Version Tested Against | 18.0.0 |
+-------------------------------+---------------------+
| Driver API Version | 19.1.0d0 |
| Driver API Version | 19.1.0d1 |
+-------------------------------+---------------------+
| PyPI Version | |niseLatestVersion| |
+-------------------------------+---------------------+
Expand Down
2 changes: 1 addition & 1 deletion docs/nise/status.inc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ NI Switch Executive Python API Status
+===============================+=====================+
| Driver Version Tested Against | 18.0.0 |
+-------------------------------+---------------------+
| Driver API Version | 19.1.0d0 |
| Driver API Version | 19.1.0d1 |
+-------------------------------+---------------------+
| PyPI Version | |niseLatestVersion| |
+-------------------------------+---------------------+
Expand Down
2 changes: 1 addition & 1 deletion src/nise/metadata/attributes.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: utf-8 -*-
# This file is generated from API metadata for NI Switch Executive version 19.1.0d0
# This file is generated from NI Switch Executive API metadata version 19.1.0d1
attributes = {
}
4 changes: 2 additions & 2 deletions src/nise/metadata/config.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# -*- coding: utf-8 -*-
# This file is generated from API metadata for NI Switch Executive version 19.1.0d0
# This file is generated from NI Switch Executive API metadata version 19.1.0d1
config = {
'api_version': '19.1.0d1',
'c_function_prefix': 'niSE_',
'close_function': 'CloseSession',
'context_manager_name': {
Expand All @@ -10,7 +11,6 @@
'driver_name': 'NI Switch Executive',
'driver_registry': 'Switch Executive',
'init_function': 'OpenSession',
'api_version': '19.1.0d0',
'library_info': {
'Linux': {
'64bit': {
Expand Down
2 changes: 1 addition & 1 deletion src/nise/metadata/enums.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# This file is generated from API metadata for NI Switch Executive version 19.1.0d0
# This file is generated from NI Switch Executive API metadata version 19.1.0d1
enums = {
'ExpandAction': {
'values': [
Expand Down
8 changes: 1 addition & 7 deletions src/nise/metadata/functions.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# This file is generated from API metadata for NI Switch Executive version 19.1.0d0
# This file is generated from NI Switch Executive API metadata version 19.1.0d1
functions = {
'ClearError': {
'codegen_method': 'no',
Expand Down Expand Up @@ -438,12 +438,6 @@
],
'returns': 'ViStatus'
},
'GetMaxStringSize': {
'codegen_method': 'no',
'parameters': [
],
'returns': 'ViInt64'
},
'IsConnected': {
'documentation': {
'description': '\nChecks whether the specified routes and routes groups are connected. It\nreturns true if connected.\n'
Expand Down

0 comments on commit 4ea2656

Please sign in to comment.