From 9076f2f10bd76612809b0795735e98a37bce3eee Mon Sep 17 00:00:00 2001 From: Roy Date: Tue, 8 Nov 2022 15:36:22 +0800 Subject: [PATCH] [update] update EIS_SCALE parameter --- .../res/devlib/json/Elite_EIS_1.0.devlib.json | 22 +++++++++---------- .../res/devlib/json/Elite_EIS_1.1.devlib.json | 22 +++++++++---------- .../json/Elite_EIS_MINI_1.0.devlib.json | 22 +++++++++---------- 3 files changed, 33 insertions(+), 33 deletions(-) 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"