From 2bc1263345ddf9ea6d82d10f9690479b5e2f3da3 Mon Sep 17 00:00:00 2001 From: Federico Felici <federico.felici@epfl.ch> Date: Tue, 3 Dec 2019 03:24:00 +0100 Subject: [PATCH] Add liuqe tester --- code/functions/SCDconf_createexpcodes.m | 1 + 1 file changed, 1 insertion(+) diff --git a/code/functions/SCDconf_createexpcodes.m b/code/functions/SCDconf_createexpcodes.m index b4241d3..ce9cec2 100644 --- a/code/functions/SCDconf_createexpcodes.m +++ b/code/functions/SCDconf_createexpcodes.m @@ -15,6 +15,7 @@ SCDexps=SCDexps.insertexpcode(1005, @(x) SCDexpcodeconf_tcvstandard02); SCDexps=SCDexps.insertexpcode(10 , @(x) SCDexpcodeconf_f4eexample); SCDexps=SCDexps.insertexpcode(1006, @(x) SCDexpcodeconf_DMmagcontrol); SCDexps=SCDexps.insertexpcode(1010, @(x) SCDexpcodeconf_integrated); +SCDexps=SCDexps.insertexpcode(2025, @(x) SCDexpcodeconf_LIUQEtester); if nargout == 0 % assign output argument in base -- GitLab