From 731ff5e42c05974d53f7bb7b6f6ed97dc37a5c6d Mon Sep 17 00:00:00 2001 From: Brad Keryan Date: Fri, 13 Oct 2023 15:08:29 -0500 Subject: [PATCH] .env: Add MEASUREMENT_VISA_DMM_SIMULATE --- .env.sample | 9 +++++++++ .env.simulation | 5 ++++- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/.env.sample b/.env.sample index 4b863abc5..75db979a4 100644 --- a/.env.sample +++ b/.env.sample @@ -42,6 +42,15 @@ # MEASUREMENTLINK_NISWITCH_SIMULATE=1 # MEASUREMENTLINK_NISWITCH_TOPOLOGY=2567/Independent +#---------------------------------------------------------------------- +# VISA Example Measurement Options +#---------------------------------------------------------------------- + +# To enable simulation with the VISA example measurements, uncomment the +# following line. + +# MEASUREMENTLINK_VISA_DMM_SIMULATE=1 + #---------------------------------------------------------------------- # NI gRPC Device Server Configuration #---------------------------------------------------------------------- diff --git a/.env.simulation b/.env.simulation index 4387c6193..f7080b8b1 100644 --- a/.env.simulation +++ b/.env.simulation @@ -1,5 +1,6 @@ # This is a sample ni-measurementlink-service configuration file that enables -# simulated devices for NI modular instrument drivers. +# simulated devices for NI modular instrument drivers and VISA example +# measurements. # # To use it: # - Copy this file to your service's directory or one of its parent directories @@ -31,3 +32,5 @@ MEASUREMENTLINK_NISCOPE_MODEL=5162 (4CH) MEASUREMENTLINK_NISWITCH_SIMULATE=1 MEASUREMENTLINK_NISWITCH_TOPOLOGY=2567/Independent + +MEASUREMENTLINK_VISA_DMM_SIMULATE=1 \ No newline at end of file