Skip to content

Commit 746be78

Browse files
committed
Use CONSTANTS for source.range
1 parent 2c75f67 commit 746be78

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

xml-handler/src/resources/sweep/MP5000Sweep.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1317,7 +1317,7 @@
13171317
sense = CONSTANTS.%SENSE%, -- must be SENSE_2WIRE or SENSE_4WIRE
13181318
source = {
13191319
values = { scalar = %BIAS% },
1320-
range = %SRANGE%,
1320+
range = CONSTANTS.%SRANGE%,
13211321
limiti = %LIMITI%,
13221322
limitv = %LIMITV%,
13231323
delay = source_delay,
@@ -1420,7 +1420,7 @@
14201420
</composite>
14211421

14221422
<snippet>
1423-
range = %SRANGE%,
1423+
range = CONSTANTS.%SRANGE%,
14241424
limiti = %LIMITI%,
14251425
limitv = %LIMITV%,
14261426
delay = source_delay,
@@ -1523,7 +1523,7 @@
15231523
</composite>
15241524

15251525
<snippet>
1526-
range = %SRANGE%,
1526+
range = CONSTANTS.%SRANGE%,
15271527
limiti = %LIMITI%,
15281528
limitv = %LIMITV%,
15291529
delay = source_delay,

0 commit comments

Comments
 (0)