Commit ec74bcc
authored
Replace read_data with read_measurement_value and read_condition_value. (#120)
* Update read_data() to use read_measurement_value and read_condition_value
Signed-off-by: Michael Johansen <michael.johansen@emerson.com>
* Fix unit tests and linting errors.
Signed-off-by: Michael Johansen <michael.johansen@emerson.com>
* Remove unused grpc conversion method.
Signed-off-by: Michael Johansen <michael.johansen@emerson.com>
* Scrub moniker references from datastore-python.
Signed-off-by: Michael Johansen <michael.johansen@emerson.com>
* Clean up tests. Bump minor version due to read_data changes.
Signed-off-by: Michael Johansen <michael.johansen@emerson.com>
* Rename read_data to match lower level functions.
Signed-off-by: Michael Johansen <michael.johansen@emerson.com>
* Fix a comment.
Signed-off-by: Michael Johansen <michael.johansen@emerson.com>
* Update examples and jupyter notebooks to use the new read methods.
Signed-off-by: Michael Johansen <michael.johansen@emerson.com>
* Fix formatting error in example.
Signed-off-by: Michael Johansen <michael.johansen@emerson.com>
* Try again to fix format error.
Signed-off-by: Michael Johansen <michael.johansen@emerson.com>
* Allow local ni-datastore dependency temporarily
Signed-off-by: Michael Johansen <michael.johansen@emerson.com>
* Address review feedback. Leave moniker param unassigned. Fix comment.
Signed-off-by: Michael Johansen <michael.johansen@emerson.com>
---------
Signed-off-by: Michael Johansen <michael.johansen@emerson.com>1 parent 3f6284b commit ec74bcc
29 files changed
Lines changed: 449 additions & 912 deletions
File tree
- docs/reference
- examples
- notebooks
- extension-attributes
- overview
- voltage-regulator
- overview
- src
- system
- src/ni/datastore/data
- _types
- tests
- acceptance
- unit
- data
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
63 | 62 | | |
64 | 63 | | |
65 | 64 | | |
| |||
98 | 97 | | |
99 | 98 | | |
100 | 99 | | |
101 | | - | |
102 | 100 | | |
103 | 101 | | |
104 | 102 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
173 | 173 | | |
174 | 174 | | |
175 | 175 | | |
176 | | - | |
| 176 | + | |
177 | 177 | | |
178 | 178 | | |
179 | 179 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
266 | 266 | | |
267 | 267 | | |
268 | 268 | | |
269 | | - | |
| 269 | + | |
270 | 270 | | |
271 | 271 | | |
272 | 272 | | |
| |||
295 | 295 | | |
296 | 296 | | |
297 | 297 | | |
298 | | - | |
| 298 | + | |
299 | 299 | | |
300 | 300 | | |
301 | 301 | | |
| |||
309 | 309 | | |
310 | 310 | | |
311 | 311 | | |
312 | | - | |
| 312 | + | |
313 | 313 | | |
314 | 314 | | |
315 | 315 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
240 | 240 | | |
241 | 241 | | |
242 | 242 | | |
243 | | - | |
| 243 | + | |
244 | 244 | | |
245 | 245 | | |
246 | 246 | | |
247 | 247 | | |
248 | 248 | | |
249 | 249 | | |
250 | | - | |
| 250 | + | |
251 | 251 | | |
252 | 252 | | |
253 | 253 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
114 | | - | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
115 | 117 | | |
116 | 118 | | |
117 | 119 | | |
| |||
0 commit comments