Skip to content

Commit

Permalink
Make description match descrpition in pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
gpachecoNI committed Jun 29, 2023
1 parent 3ce4afc commit 7ba8902
Show file tree
Hide file tree
Showing 11 changed files with 17 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"providedInterfaces": [ "ni.measurementlink.measurement.v1.MeasurementService" ],
"path": "start.bat",
"annotations": {
"ni/service.description": "Measurement example that uses NI-DAQmx to measure analog input.",
"ni/service.description": "MeasurementLink example that performs a finite analog input measurement with NI-DAQmx.",
"ni/service.collection": "NI.Examples",
"ni/service.tags": []
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"providedInterfaces": [ "ni.measurementlink.measurement.v1.MeasurementService" ],
"path": "start.bat",
"annotations": {
"ni/service.description": "Measurement example that interacts with an NI-DCPower instrument.",
"ni/service.description": "MeasurementLink example that sources and measures a DC voltage with an NI SMU. Provides a Measurement UI.",
"ni/service.collection": "NI.Examples",
"ni/service.tags": []
}
Expand Down
2 changes: 1 addition & 1 deletion examples/nidigital_spi/NIDigitalSPI.serviceconfig
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"providedInterfaces": [ "ni.measurementlink.measurement.v1.MeasurementService" ],
"path": "start.bat",
"annotations": {
"ni/service.description": "Measurement example that uses a NI-Digital SPI.",
"ni/service.description": "MeasurementLink example that tests a SPI device using an NI Digital Pattern instrument.",
"ni/service.collection": "NI.Examples",
"ni/service.tags": []
}
Expand Down
2 changes: 1 addition & 1 deletion examples/nidmm_measurement/NIDmmMeasurement.serviceconfig
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"providedInterfaces": [ "ni.measurementlink.measurement.v1.MeasurementService" ],
"path": "start.bat",
"annotations": {
"ni/service.description": "Measurement example that interacts with a NI-DMM.",
"ni/service.description": "MeasurementLink example that performs a measurement using an NI DMM.",
"ni/service.collection": "NI.Examples",
"ni/service.tags": []
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"providedInterfaces": [ "ni.measurementlink.measurement.v1.MeasurementService" ],
"path": "start.bat",
"annotations": {
"ni/service.description": "Measurement example that uses a NI-FGEN.",
"ni/service.description": "MeasurementLink example that generates a standard function waveform using an NI waveform generator.",
"ni/service.collection": "NI.Examples",
"ni/service.tags": []
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"providedInterfaces": [ "ni.measurementlink.measurement.v1.MeasurementService" ],
"path": "start.bat",
"annotations": {
"ni/service.description": "Measurement example that uses a NI-SCOPE to acquire a waveform.",
"ni/service.description": "MeasurementLink example that acquires a waveform using an NI oscilloscope.",
"ni/service.collection": "NI.Examples",
"ni/service.tags": []
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"providedInterfaces": [ "ni.measurementlink.measurement.v1.MeasurementService" ],
"path": "start.bat",
"annotations": {
"ni/service.description": "NI-SWITCH Control Example",
"ni/service.collection": "Examples",
"ni/service.description": "MeasurementLink example that controls relays using an NI relay driver (e.g. PXI-2567).",
"ni/service.collection": "NI.Examples",
"ni/service.tags": []
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"providedInterfaces": [ "ni.measurementlink.measurement.v1.MeasurementService" ],
"path": "start.bat",
"annotations": {
"ni/service.description": "Measurement example that interacts with a NI-VISA DMM.",
"ni/service.description": "MeasurementLink example that performs a DMM measurement using NI-VISA and an NI Instrument Simulator v2.0.",
"ni/service.collection": "NI.Examples",
"ni/service.tags": []
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"providedInterfaces": [ "ni.measurementlink.measurement.v1.MeasurementService" ],
"path": "start.bat",
"annotations": {
"ni/service.description": "Measurement example that copies its inputs to its outputs.",
"ni/service.description": "MeasurementLink example that performs a loopback measurement with various data types.",
"ni/service.collection": "NI.Examples",
"ni/service.tags": []
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
],
"path": "start.bat",
"annotations": {
"ni/service.description": "Measurement example that returns a predictable stream of data.",
"ni/service.description": "MeasurementLink example that generates a predictable stream of data.",
"ni/service.collection": "NI.Examples",
"ni/service.tags": []
}
Expand Down
7 changes: 6 additions & 1 deletion examples/ui_progress_updates/UIProgressUpdates.serviceconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,12 @@
"ni.measurementlink.measurement.v1.MeasurementService",
"ni.measurementlink.measurement.v2.MeasurementService"
],
"path": "start.bat"
"path": "start.bat",
"annotations": {
"ni/service.description": "MeasurementLink example that generates random numbers and updates the measurement UI to show progress.",
"ni/service.collection": "NI.Examples",
"ni/service.tags": []
}
}
]
}

0 comments on commit 7ba8902

Please sign in to comment.