Skip to content
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