From c3fa33deac76ca549c1352c79b8de48e4b9051b1 Mon Sep 17 00:00:00 2001 From: Jayaseelan <104884050+Jayaseelan-James@users.noreply.github.com> Date: Thu, 7 Mar 2024 21:39:19 +0530 Subject: [PATCH] docs: update examples' README.md (#642) update example README.md --------- Signed-off-by: Jayaseelan-James --- examples/README.md | 1 + examples/nidcpower_source_dc_voltage_with_multiplexer/README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/README.md b/examples/README.md index 00986279b..809b1b4e1 100644 --- a/examples/README.md +++ b/examples/README.md @@ -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. diff --git a/examples/nidcpower_source_dc_voltage_with_multiplexer/README.md b/examples/nidcpower_source_dc_voltage_with_multiplexer/README.md index d153a30db..01848a272 100644 --- a/examples/nidcpower_source_dc_voltage_with_multiplexer/README.md +++ b/examples/nidcpower_source_dc_voltage_with_multiplexer/README.md @@ -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.