From 7b25555433a6acd68719d03dd9148faca8bb47c4 Mon Sep 17 00:00:00 2001 From: Brad Keryan Date: Thu, 2 Jul 2026 14:04:20 -0500 Subject: [PATCH] examples: Update VISA example docs to say which version of NI-VISA is required for gRPC --- examples/nivisa_dmm_measurement/README.md | 1 + examples/output_voltage_measurement/README.md | 1 + 2 files changed, 2 insertions(+) diff --git a/examples/nivisa_dmm_measurement/README.md b/examples/nivisa_dmm_measurement/README.md index bd503763d..d49bb2c2e 100644 --- a/examples/nivisa_dmm_measurement/README.md +++ b/examples/nivisa_dmm_measurement/README.md @@ -25,6 +25,7 @@ and a DMM that supports SCPI commands. - InstrumentStudio 2025 Q1 or later - NI-488.2 and/or NI-Serial - NI-VISA + - gRPC support requires NI-VISA 2024 Q1 or later and the NI-VISA gRPC Runtime package. - Recommended: TestStand 2021 SP1 or later - Optional: NI Instrument Simulator software diff --git a/examples/output_voltage_measurement/README.md b/examples/output_voltage_measurement/README.md index 64afd7d41..6e6fea9fa 100644 --- a/examples/output_voltage_measurement/README.md +++ b/examples/output_voltage_measurement/README.md @@ -30,6 +30,7 @@ commands using NI-VISA. - NI-DCPower - NI-488.2 and/or NI-Serial - NI-VISA + - gRPC support requires NI-VISA 2024 Q1 or later and the NI-VISA gRPC Runtime package. - Recommended: TestStand 2021 SP1 or later - Optional: NI Instrument Simulator software