File tree Expand file tree Collapse file tree 14 files changed +15
-13
lines changed
nidcpower_source_dc_voltage_with_multiplexer
nidcpower_source_dc_voltage
output_voltage_measurement Expand file tree Collapse file tree 14 files changed +15
-13
lines changed Original file line number Diff line number Diff line change @@ -80,6 +80,7 @@ versions of InstrumentStudio.
8080
8181| InstrumentStudio Version | Release | Download |
8282| ------------------------ | -------- | ------- |
83+ | 2025 Q1 | [ 2.2.0] ( https://github.com/ni/measurement-plugin-python/releases/tag/2.2.0 ) | [ measurement-plugin-python-examples-2.2.0.zip] ( https://github.com/ni/measurement-plugin-python/releases/download/2.2.0/measurement-plugin-python-examples-2.2.0.zip ) |
8384| 2024 Q4 | [ 2.1.0] ( https://github.com/ni/measurement-plugin-python/releases/tag/2.1.0 ) | [ measurement-plugin-python-examples-2.1.0.zip] ( https://github.com/ni/measurement-plugin-python/releases/download/2.1.0/measurement-plugin-python-examples-2.1.0.zip ) |
8485| 2024 Q3 | [ 2.0.0] ( https://github.com/ni/measurement-plugin-python/releases/tag/2.0.0 ) | [ measurement-plugin-python-examples-2.0.0.zip] ( https://github.com/ni/measurement-plugin-python/releases/download/2.0.0/measurement-plugin-python-examples-2.0.0.zip ) |
8586| 2024 Q2 | [ 1.4.0] ( https://github.com/ni/measurement-plugin-python/releases/tag/1.4.0 ) | [ measurementlink-python-examples-1.4.0.zip] ( https://github.com/ni/measurement-plugin-python/releases/download/1.4.0/measurementlink-python-examples-1.4.0.zip ) |
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ versions of InstrumentStudio.
99
1010| InstrumentStudio Version | Release | Download |
1111| ------------------------ | -------- | ------- |
12+ | 2025 Q1 | [ 2.2.0] ( https://github.com/ni/measurement-plugin-python/releases/tag/2.2.0 ) | [ measurement-plugin-python-examples-2.2.0.zip] ( https://github.com/ni/measurement-plugin-python/releases/download/2.2.0/measurement-plugin-python-examples-2.2.0.zip ) |
1213| 2024 Q4 | [ 2.1.0] ( https://github.com/ni/measurement-plugin-python/releases/tag/2.1.0 ) | [ measurement-plugin-python-examples-2.1.0.zip] ( https://github.com/ni/measurement-plugin-python/releases/download/2.1.0/measurement-plugin-python-examples-2.1.0.zip ) |
1314| 2024 Q3 | [ 2.0.0] ( https://github.com/ni/measurement-plugin-python/releases/tag/2.0.0 ) | [ measurement-plugin-python-examples-2.0.0.zip] ( https://github.com/ni/measurement-plugin-python/releases/download/2.0.0/measurement-plugin-python-examples-2.0.0.zip ) |
1415| 2024 Q2 | [ 1.4.0] ( https://github.com/ni/measurement-plugin-python/releases/tag/1.4.0 ) | [ measurementlink-python-examples-1.4.0.zip] ( https://github.com/ni/measurement-plugin-python/releases/download/1.4.0/measurementlink-python-examples-1.4.0.zip ) |
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ authors = ["National Instruments"]
77
88[tool .poetry .dependencies ]
99python = " ^3.8"
10- ni-measurement-plugin-sdk-service = {version = " ^2.1 .0" }
10+ ni-measurement-plugin-sdk-service = {version = " ^2.2 .0" }
1111click = " >=7.1.2, !=8.1.4" # mypy fails with click 8.1.4: https://github.com/pallets/click/issues/2558
1212
1313[tool .poetry .group .dev .dependencies ]
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ authors = ["National Instruments"]
88[tool .poetry .dependencies ]
99python = " ^3.8"
1010nidaqmx = { version = " >=0.8.0" , extras = [" grpc" ] }
11- ni-measurement-plugin-sdk-service = {version = " ^2.1 .0" }
11+ ni-measurement-plugin-sdk-service = {version = " ^2.2 .0" }
1212click = " >=7.1.2, !=8.1.4" # mypy fails with click 8.1.4: https://github.com/pallets/click/issues/2558
1313
1414[tool .poetry .group .dev .dependencies ]
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ authors = ["National Instruments"]
88[tool .poetry .dependencies ]
99python = " ^3.8"
1010nidcpower = { version = " >=1.4.4" , extras = [" grpc" ] }
11- ni-measurement-plugin-sdk-service = {version = " ^2.1 .0" }
11+ ni-measurement-plugin-sdk-service = {version = " ^2.2 .0" }
1212click = " >=7.1.2, !=8.1.4" # mypy fails with click 8.1.4: https://github.com/pallets/click/issues/2558
1313grpcio = " *"
1414
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ authors = ["National Instruments"]
99python = " ^3.8"
1010nidcpower = { version = " >=1.4.4" , extras = [" grpc" ] }
1111niswitch = { version = " >=1.4.4" , extras = [" grpc" ] }
12- ni-measurement-plugin-sdk-service = {version = " ^2.1 .0" }
12+ ni-measurement-plugin-sdk-service = {version = " ^2.2 .0" }
1313click = " >=7.1.2, !=8.1.4" # mypy fails with click 8.1.4: https://github.com/pallets/click/issues/2558
1414grpcio = " *"
1515
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ authors = ["National Instruments"]
88[tool .poetry .dependencies ]
99python = " ^3.8"
1010nidigital = { version = " >=1.4.4" , extras = [" grpc" ] }
11- ni-measurement-plugin-sdk-service = {version = " ^2.1 .0" }
11+ ni-measurement-plugin-sdk-service = {version = " ^2.2 .0" }
1212click = " >=7.1.2, !=8.1.4" # mypy fails with click 8.1.4: https://github.com/pallets/click/issues/2558
1313grpcio = " *"
1414
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ authors = ["National Instruments"]
88[tool .poetry .dependencies ]
99python = " ^3.8"
1010nidmm = { version = " >=1.4.4" , extras = [" grpc" ] }
11- ni-measurement-plugin-sdk-service = {version = " ^2.1 .0" }
11+ ni-measurement-plugin-sdk-service = {version = " ^2.2 .0" }
1212click = " >=7.1.2, !=8.1.4" # mypy fails with click 8.1.4: https://github.com/pallets/click/issues/2558
1313grpcio = " *"
1414
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ authors = ["National Instruments"]
88[tool .poetry .dependencies ]
99python = " ^3.8"
1010nifgen = { version = " >=1.4.4" , extras = [" grpc" ] }
11- ni-measurement-plugin-sdk-service = {version = " ^2.1 .0" }
11+ ni-measurement-plugin-sdk-service = {version = " ^2.2 .0" }
1212click = " >=7.1.2, !=8.1.4" # mypy fails with click 8.1.4: https://github.com/pallets/click/issues/2558
1313grpcio = " *"
1414
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ authors = ["National Instruments"]
88[tool .poetry .dependencies ]
99python = " ^3.8"
1010niscope = { version = " >=1.4.4" , extras = [" grpc" ] }
11- ni-measurement-plugin-sdk-service = {version = " ^2.1 .0" }
11+ ni-measurement-plugin-sdk-service = {version = " ^2.2 .0" }
1212click = " >=7.1.2, !=8.1.4" # mypy fails with click 8.1.4: https://github.com/pallets/click/issues/2558
1313grpcio = " *"
1414
You can’t perform that action at this time.
0 commit comments