Skip to content

Commit

Permalink
.env: Add MEASUREMENT_VISA_DMM_SIMULATE
Browse files Browse the repository at this point in the history
  • Loading branch information
bkeryan committed Oct 13, 2023
1 parent 2ba4db0 commit 731ff5e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .env.sample
Original file line number Diff line number Diff line change
Expand Up @@ -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
#----------------------------------------------------------------------
Expand Down
5 changes: 4 additions & 1 deletion .env.simulation
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -31,3 +32,5 @@ MEASUREMENTLINK_NISCOPE_MODEL=5162 (4CH)

MEASUREMENTLINK_NISWITCH_SIMULATE=1
MEASUREMENTLINK_NISWITCH_TOPOLOGY=2567/Independent

MEASUREMENTLINK_VISA_DMM_SIMULATE=1

0 comments on commit 731ff5e

Please sign in to comment.