From f94c61174aa3e07d521e80db9a90812c3cc4140f Mon Sep 17 00:00:00 2001
From: Cristian Galperti <cristian.galperti@epfl.ch>
Date: Tue, 23 Jul 2019 13:26:27 +0200
Subject: [PATCH] DM mag control expcode 1006 added

---
 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 b8b0685..6f78bed 100644
--- a/code/functions/SCDconf_createexpcodes.m
+++ b/code/functions/SCDconf_createexpcodes.m
@@ -13,6 +13,7 @@ SCDexps=SCDclass_expcodecontainer;
 SCDexps=SCDexps.insertexpcode(1,    @(x) SCDexpcodeconf_template);
 SCDexps=SCDexps.insertexpcode(1005, @(x) SCDexpcodeconf_tcvstandard02);
 SCDexps=SCDexps.insertexpcode(10  , @(x) SCDexpcodeconf_f4eexample);
+SCDexps=SCDexps.insertexpcode(1006, @(x) SCDexpcodeconf_DMmagcontrol);
 
 
 assignin('base','SCDexps',SCDexps);
-- 
GitLab