diff --git a/python/res/devlib/json/Elite_EIS_1.0.devlib.json b/python/res/devlib/json/Elite_EIS_1.0.devlib.json index ff28cbc..694e2a0 100644 --- a/python/res/devlib/json/Elite_EIS_1.0.devlib.json +++ b/python/res/devlib/json/Elite_EIS_1.0.devlib.json @@ -103,6 +103,15 @@ 11 ] }, + "EIS_SCALE": { + "description": "Point spacing pattern", + "record_meta": true, + "initial": 0, + "value": [ + 0, + 1 + ] + }, "DELAY": { "description": "Wait x peroid before start taking measurements", @@ -126,15 +135,6 @@ 16 ] }, - "SCALE": { - "description": "Point spacing pattern", - "record_meta": true, - "initial": 0, - "value": [ - 0, - 1 - ] - }, "RTIA": { "description": "High speed tia gain", "record_meta": true, @@ -392,7 +392,7 @@ "an": "AVERAGE_NUM", "rt": "RTIA", "pp": "EIS_PPD", - "sp": "SCALE" + "sp": "EIS_SCALE" }, "data": [ "1XD1;1X01;4B>fa;4B>fb;2B>dp" @@ -409,7 +409,7 @@ "an": "AVERAGE_NUM", "rt": "RTIA", "pp": "EIS_PPD", - "sp": "SCALE" + "sp": "EIS_SCALE" }, "data": [ "1XD1;1X02;2B>dc;2B>am;B>an;B>rt;2B>pp;B>sp" diff --git a/python/res/devlib/json/Elite_EIS_1.1.devlib.json b/python/res/devlib/json/Elite_EIS_1.1.devlib.json index 5f1b960..12ce41e 100644 --- a/python/res/devlib/json/Elite_EIS_1.1.devlib.json +++ b/python/res/devlib/json/Elite_EIS_1.1.devlib.json @@ -103,6 +103,15 @@ 11 ] }, + "EIS_SCALE": { + "description": "Point spacing pattern", + "record_meta": true, + "initial": 0, + "value": [ + 0, + 1 + ] + }, "DELAY": { "description": "Wait x peroid before start taking measurements", @@ -126,15 +135,6 @@ 16 ] }, - "SCALE": { - "description": "Point spacing pattern", - "record_meta": true, - "initial": 0, - "value": [ - 0, - 1 - ] - }, "RTIA": { "description": "High speed tia gain", "record_meta": true, @@ -392,7 +392,7 @@ "an": "AVERAGE_NUM", "rt": "RTIA", "pp": "EIS_PPD", - "sp": "SCALE" + "sp": "EIS_SCALE" }, "data": [ "1XD1;1X01;4B>fa;4B>fb;2B>dp" @@ -409,7 +409,7 @@ "an": "AVERAGE_NUM", "rt": "RTIA", "pp": "EIS_PPD", - "sp": "SCALE" + "sp": "EIS_SCALE" }, "data": [ "1XD1;1X02;2B>dc;2B>am;B>an;B>rt;2B>pp;B>sp" diff --git a/python/res/devlib/json/Elite_EIS_MINI_1.0.devlib.json b/python/res/devlib/json/Elite_EIS_MINI_1.0.devlib.json index 8a2a650..e18b1ca 100644 --- a/python/res/devlib/json/Elite_EIS_MINI_1.0.devlib.json +++ b/python/res/devlib/json/Elite_EIS_MINI_1.0.devlib.json @@ -103,6 +103,15 @@ 11 ] }, + "EIS_SCALE": { + "description": "Point spacing pattern", + "record_meta": true, + "initial": 0, + "value": [ + 0, + 1 + ] + }, "DELAY": { "description": "Wait x peroid before start taking measurements", @@ -126,15 +135,6 @@ 16 ] }, - "SCALE": { - "description": "Point spacing pattern", - "record_meta": true, - "initial": 0, - "value": [ - 0, - 1 - ] - }, "RTIA": { "description": "High speed tia gain", "record_meta": true, @@ -392,7 +392,7 @@ "an": "AVERAGE_NUM", "rt": "RTIA", "pp": "EIS_PPD", - "sp": "SCALE" + "sp": "EIS_SCALE" }, "data": [ "1XD1;1X01;4B>fa;4B>fb;2B>dp" @@ -409,7 +409,7 @@ "an": "AVERAGE_NUM", "rt": "RTIA", "pp": "EIS_PPD", - "sp": "SCALE" + "sp": "EIS_SCALE" }, "data": [ "1XD1;1X02;2B>dc;2B>am;B>an;B>rt;2B>pp;B>sp"