@@ -18,15 +18,19 @@ The TestStand sequence files associated with each example are saved in TestStand
1818
1919### Available Example Measurements
2020
21- - ` sample_measurement ` : Performs a loopback measurement with various data types. Provides a Measurement UI and a LabVIEW UI.
22- - ` nidaqmx_analog_input ` : Performs a finite analog input measurement with NI-DAQmx.
23- - ` nidcpower_source_dc_voltage ` : Sources and measures a DC voltage with an NI SMU. Provides a Measurement UI and a LabVIEW UI.
24- - ` nidmm_measurement ` : Performs a measurement using an NI DMM.
25- - ` nifgen_standard_function ` : Generates a standard function waveform using an NI waveform generator.
26- - ` niscope_acquire_waveform ` : Acquires a waveform using an NI oscilloscope.
27- - ` niswitch_control_relays ` : Controls relays using an NI relay driver (e.g. PXI-2567).
28- - ` nivisa_dmm_measurement ` : Performs a DMM measurement using NI-VISA and an NI Instrument Simulator v2.0.
29- - ` game_of_life ` : Displays Conway's Game of Life in a graph. Shows measurement cancellation and updating the UI during a measurement.
21+ - Instrument-specific
22+ - ` nidaqmx_analog_input ` : Performs a finite analog input measurement with NI-DAQmx.
23+ - ` nidcpower_source_dc_voltage ` : Sources and measures a DC voltage with an NI SMU. Provides a Measurement UI and a LabVIEW UI.
24+ - ` nidigital_spi ` : Tests an SPI device using an NI Digital Pattern instrument.
25+ - ` nidmm_measurement ` : Performs a measurement using an NI DMM.
26+ - ` nifgen_standard_function ` : Generates a standard function waveform using an NI waveform generator.
27+ - ` niscope_acquire_waveform ` : Acquires a waveform using an NI oscilloscope.
28+ - ` niswitch_control_relays ` : Controls relays using an NI relay driver (e.g. PXI-2567).
29+ - ` nivisa_dmm_measurement ` : Performs a DMM measurement using NI-VISA and an NI Instrument Simulator v2.0.
30+ - ` output_voltage_measurement ` : Sources DC voltage as input to the DUT with an NI SMU and measures the DUT output with a DMM and NI-VISA.
31+ - Software-only (no instrument or driver needed)
32+ - ` sample_measurement ` : Performs a loopback measurement with various data types. Provides a Measurement UI and a LabVIEW UI.
33+ - ` game_of_life ` : Displays Conway's Game of Life in a graph. Shows measurement cancellation and updating the UI during a measurement.
3034
3135For more details about a specific example, see the ` README.md ` file included with the example.
3236
0 commit comments