Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: update examples' README.md #642

Merged
merged 1 commit into from
Mar 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ The TestStand sequence files associated with each example are saved in TestStand
- Instrument-specific
- `nidaqmx_analog_input`: Performs a finite analog input measurement with NI-DAQmx.
- `nidcpower_source_dc_voltage`: Sources and measures a DC voltage with an NI SMU. Provides a Measurement UI and a LabVIEW UI.
- `nidcpower_source_dc_voltage_with_multiplexer`: Sources and measures a DC voltage with an NI SMU via an NI-SWITCH multiplexer.
- `nidigital_spi`: Tests an SPI device using an NI Digital Pattern instrument.
- `nidmm_measurement`: Performs a measurement using an NI DMM.
- `nifgen_standard_function`: Generates a standard function waveform using an NI waveform generator.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## NI-DCPower Source DC Voltage
## NI-DCPower Source DC Voltage with Multiplexer

This is a MeasurementLink example that sources and measures a DC voltage with an
NI SMU via an NI-SWITCH multiplexer.
Expand Down
Loading