From d12d07b2c16c878661c41b438750562f4a2c90c0 Mon Sep 17 00:00:00 2001 From: Jayaseelan James Date: Thu, 7 Mar 2024 18:25:53 +0530 Subject: [PATCH] update example README.md --- 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.