Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ecd4b9325d |
@@ -671,6 +671,17 @@
|
|||||||
},
|
},
|
||||||
"on_change": "set_para_DAC_VOLT"
|
"on_change": "set_para_DAC_VOLT"
|
||||||
},
|
},
|
||||||
|
"DAC_VOLT_SCROLL": {
|
||||||
|
"description": "DAC scroll output Voltage",
|
||||||
|
"record_meta": true,
|
||||||
|
"initial": 25000,
|
||||||
|
"domain": [
|
||||||
|
65536
|
||||||
|
],
|
||||||
|
"value": {
|
||||||
|
"expression": "VALUE"
|
||||||
|
}
|
||||||
|
},
|
||||||
"ADC_VALUE_I": {
|
"ADC_VALUE_I": {
|
||||||
"description": "ADC value current value",
|
"description": "ADC value current value",
|
||||||
"domain": "int"
|
"domain": "int"
|
||||||
@@ -836,6 +847,17 @@
|
|||||||
],
|
],
|
||||||
"on_change": "set_dac_gain_Vout"
|
"on_change": "set_dac_gain_Vout"
|
||||||
},
|
},
|
||||||
|
"DAC_VOLT_BUTTON": {
|
||||||
|
"description": "DAC volt",
|
||||||
|
"record_meta": true,
|
||||||
|
"initial": 1,
|
||||||
|
"value": [
|
||||||
|
"10000",
|
||||||
|
"25000",
|
||||||
|
"50000",
|
||||||
|
"60000"
|
||||||
|
]
|
||||||
|
},
|
||||||
"CTRL_HIGH_Z_15": {
|
"CTRL_HIGH_Z_15": {
|
||||||
"description": "ctrl highZ level",
|
"description": "ctrl highZ level",
|
||||||
"record_meta": true,
|
"record_meta": true,
|
||||||
@@ -851,7 +873,8 @@
|
|||||||
"initial": 0,
|
"initial": 0,
|
||||||
"value": [
|
"value": [
|
||||||
"Iin",
|
"Iin",
|
||||||
"Vin"
|
"Vin",
|
||||||
|
"Vout"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"BLE_WRITE": {
|
"BLE_WRITE": {
|
||||||
@@ -912,11 +935,13 @@
|
|||||||
"_notify(True)",
|
"_notify(True)",
|
||||||
"set_adc_gain_I",
|
"set_adc_gain_I",
|
||||||
"set_adc_gain_Vin",
|
"set_adc_gain_Vin",
|
||||||
|
"set_dac_gain_Vout",
|
||||||
{
|
{
|
||||||
"expression": "ADC_DAC_CHANNEL_15",
|
"expression": "ADC_DAC_CHANNEL_15",
|
||||||
"when": {
|
"when": {
|
||||||
"0": "cali_Iin",
|
"0": "cali_Iin",
|
||||||
"1": "cali_Vin"
|
"1": "cali_Vin",
|
||||||
|
"2": "cali_Vout"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"_sync(True)",
|
"_sync(True)",
|
||||||
@@ -1007,12 +1032,6 @@
|
|||||||
"XE0;2B>va"
|
"XE0;2B>va"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"set_dac_gain_Vout": {
|
|
||||||
"type": "RIS",
|
|
||||||
"data": [
|
|
||||||
"XE1;X02;B>DAC_LEVEL_V_OUT_15"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"set_adc_gain_I": {
|
"set_adc_gain_I": {
|
||||||
"type": "RIS",
|
"type": "RIS",
|
||||||
"data": [
|
"data": [
|
||||||
@@ -1025,6 +1044,12 @@
|
|||||||
"XE1;X01;B>ADC_LEVEL_V_IN_15"
|
"XE1;X01;B>ADC_LEVEL_V_IN_15"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"set_dac_gain_Vout": {
|
||||||
|
"type": "RIS",
|
||||||
|
"data": [
|
||||||
|
"XE1;X02;B>DAC_LEVEL_V_OUT_15"
|
||||||
|
]
|
||||||
|
},
|
||||||
"set_ctrl_highZ": {
|
"set_ctrl_highZ": {
|
||||||
"type": "RIS",
|
"type": "RIS",
|
||||||
"data": [
|
"data": [
|
||||||
@@ -1052,6 +1077,15 @@
|
|||||||
"XF1;B>ADC_DAC_CHANNEL_15;B>ADC_LEVEL_V_IN_15"
|
"XF1;B>ADC_DAC_CHANNEL_15;B>ADC_LEVEL_V_IN_15"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"cali_Vout": {
|
||||||
|
"type": "RIS",
|
||||||
|
"parameter": {
|
||||||
|
"v": "DAC_VOLT_BUTTON"
|
||||||
|
},
|
||||||
|
"data": [
|
||||||
|
"XF1;B>ADC_DAC_CHANNEL_15;B>v"
|
||||||
|
]
|
||||||
|
},
|
||||||
"curve_iv": {
|
"curve_iv": {
|
||||||
"type": "RIS",
|
"type": "RIS",
|
||||||
"parameter": {
|
"parameter": {
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
"major_product_number": 0,
|
"major_product_number": 0,
|
||||||
"minor_product_number": 2,
|
"minor_product_number": 2,
|
||||||
"major_version_number": 1,
|
"major_version_number": 1,
|
||||||
"minor_version_number": 8
|
"minor_version_number": 6
|
||||||
},
|
},
|
||||||
"constant": {
|
"constant": {
|
||||||
"TIME_MAX": 100000,
|
"TIME_MAX": 100000,
|
||||||
@@ -671,6 +671,17 @@
|
|||||||
},
|
},
|
||||||
"on_change": "set_para_DAC_VOLT"
|
"on_change": "set_para_DAC_VOLT"
|
||||||
},
|
},
|
||||||
|
"DAC_VOLT_SCROLL": {
|
||||||
|
"description": "DAC scroll output Voltage",
|
||||||
|
"record_meta": true,
|
||||||
|
"initial": 25000,
|
||||||
|
"domain": [
|
||||||
|
65536
|
||||||
|
],
|
||||||
|
"value": {
|
||||||
|
"expression": "VALUE"
|
||||||
|
}
|
||||||
|
},
|
||||||
"ADC_VALUE_I": {
|
"ADC_VALUE_I": {
|
||||||
"description": "ADC value current value",
|
"description": "ADC value current value",
|
||||||
"domain": "int"
|
"domain": "int"
|
||||||
@@ -836,6 +847,17 @@
|
|||||||
],
|
],
|
||||||
"on_change": "set_dac_gain_Vout"
|
"on_change": "set_dac_gain_Vout"
|
||||||
},
|
},
|
||||||
|
"DAC_VOLT_BUTTON": {
|
||||||
|
"description": "DAC volt",
|
||||||
|
"record_meta": true,
|
||||||
|
"initial": 1,
|
||||||
|
"value": [
|
||||||
|
"10000",
|
||||||
|
"25000",
|
||||||
|
"50000",
|
||||||
|
"60000"
|
||||||
|
]
|
||||||
|
},
|
||||||
"CTRL_HIGH_Z_15": {
|
"CTRL_HIGH_Z_15": {
|
||||||
"description": "ctrl highZ level",
|
"description": "ctrl highZ level",
|
||||||
"record_meta": true,
|
"record_meta": true,
|
||||||
@@ -851,7 +873,8 @@
|
|||||||
"initial": 0,
|
"initial": 0,
|
||||||
"value": [
|
"value": [
|
||||||
"Iin",
|
"Iin",
|
||||||
"Vin"
|
"Vin",
|
||||||
|
"Vout"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"BLE_WRITE": {
|
"BLE_WRITE": {
|
||||||
@@ -912,11 +935,13 @@
|
|||||||
"_notify(True)",
|
"_notify(True)",
|
||||||
"set_adc_gain_I",
|
"set_adc_gain_I",
|
||||||
"set_adc_gain_Vin",
|
"set_adc_gain_Vin",
|
||||||
|
"set_dac_gain_Vout",
|
||||||
{
|
{
|
||||||
"expression": "ADC_DAC_CHANNEL_15",
|
"expression": "ADC_DAC_CHANNEL_15",
|
||||||
"when": {
|
"when": {
|
||||||
"0": "cali_Iin",
|
"0": "cali_Iin",
|
||||||
"1": "cali_Vin"
|
"1": "cali_Vin",
|
||||||
|
"2": "cali_Vout"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"_sync(True)",
|
"_sync(True)",
|
||||||
@@ -1007,12 +1032,6 @@
|
|||||||
"XE0;2B>va"
|
"XE0;2B>va"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"set_dac_gain_Vout": {
|
|
||||||
"type": "RIS",
|
|
||||||
"data": [
|
|
||||||
"XE1;X02;B>DAC_LEVEL_V_OUT_15"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"set_adc_gain_I": {
|
"set_adc_gain_I": {
|
||||||
"type": "RIS",
|
"type": "RIS",
|
||||||
"data": [
|
"data": [
|
||||||
@@ -1025,6 +1044,12 @@
|
|||||||
"XE1;X01;B>ADC_LEVEL_V_IN_15"
|
"XE1;X01;B>ADC_LEVEL_V_IN_15"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"set_dac_gain_Vout": {
|
||||||
|
"type": "RIS",
|
||||||
|
"data": [
|
||||||
|
"XE1;X02;B>DAC_LEVEL_V_OUT_15"
|
||||||
|
]
|
||||||
|
},
|
||||||
"set_ctrl_highZ": {
|
"set_ctrl_highZ": {
|
||||||
"type": "RIS",
|
"type": "RIS",
|
||||||
"data": [
|
"data": [
|
||||||
@@ -1052,6 +1077,15 @@
|
|||||||
"XF1;B>ADC_DAC_CHANNEL_15;B>ADC_LEVEL_V_IN_15"
|
"XF1;B>ADC_DAC_CHANNEL_15;B>ADC_LEVEL_V_IN_15"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"cali_Vout": {
|
||||||
|
"type": "RIS",
|
||||||
|
"parameter": {
|
||||||
|
"v": "DAC_VOLT_BUTTON"
|
||||||
|
},
|
||||||
|
"data": [
|
||||||
|
"XF1;B>ADC_DAC_CHANNEL_15;B>v"
|
||||||
|
]
|
||||||
|
},
|
||||||
"curve_iv": {
|
"curve_iv": {
|
||||||
"type": "RIS",
|
"type": "RIS",
|
||||||
"parameter": {
|
"parameter": {
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
"major_product_number": 0,
|
"major_product_number": 0,
|
||||||
"minor_product_number": 2,
|
"minor_product_number": 2,
|
||||||
"major_version_number": 1,
|
"major_version_number": 1,
|
||||||
"minor_version_number": 7
|
"minor_version_number": 6
|
||||||
},
|
},
|
||||||
"constant": {
|
"constant": {
|
||||||
"TIME_MAX": 100000,
|
"TIME_MAX": 100000,
|
||||||
@@ -671,6 +671,17 @@
|
|||||||
},
|
},
|
||||||
"on_change": "set_para_DAC_VOLT"
|
"on_change": "set_para_DAC_VOLT"
|
||||||
},
|
},
|
||||||
|
"DAC_VOLT_SCROLL": {
|
||||||
|
"description": "DAC scroll output Voltage",
|
||||||
|
"record_meta": true,
|
||||||
|
"initial": 25000,
|
||||||
|
"domain": [
|
||||||
|
65536
|
||||||
|
],
|
||||||
|
"value": {
|
||||||
|
"expression": "VALUE"
|
||||||
|
}
|
||||||
|
},
|
||||||
"ADC_VALUE_I": {
|
"ADC_VALUE_I": {
|
||||||
"description": "ADC value current value",
|
"description": "ADC value current value",
|
||||||
"domain": "int"
|
"domain": "int"
|
||||||
@@ -836,6 +847,17 @@
|
|||||||
],
|
],
|
||||||
"on_change": "set_dac_gain_Vout"
|
"on_change": "set_dac_gain_Vout"
|
||||||
},
|
},
|
||||||
|
"DAC_VOLT_BUTTON": {
|
||||||
|
"description": "DAC volt",
|
||||||
|
"record_meta": true,
|
||||||
|
"initial": 1,
|
||||||
|
"value": [
|
||||||
|
"10000",
|
||||||
|
"25000",
|
||||||
|
"50000",
|
||||||
|
"60000"
|
||||||
|
]
|
||||||
|
},
|
||||||
"CTRL_HIGH_Z_15": {
|
"CTRL_HIGH_Z_15": {
|
||||||
"description": "ctrl highZ level",
|
"description": "ctrl highZ level",
|
||||||
"record_meta": true,
|
"record_meta": true,
|
||||||
@@ -851,7 +873,8 @@
|
|||||||
"initial": 0,
|
"initial": 0,
|
||||||
"value": [
|
"value": [
|
||||||
"Iin",
|
"Iin",
|
||||||
"Vin"
|
"Vin",
|
||||||
|
"Vout"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"BLE_WRITE": {
|
"BLE_WRITE": {
|
||||||
@@ -912,11 +935,13 @@
|
|||||||
"_notify(True)",
|
"_notify(True)",
|
||||||
"set_adc_gain_I",
|
"set_adc_gain_I",
|
||||||
"set_adc_gain_Vin",
|
"set_adc_gain_Vin",
|
||||||
|
"set_dac_gain_Vout",
|
||||||
{
|
{
|
||||||
"expression": "ADC_DAC_CHANNEL_15",
|
"expression": "ADC_DAC_CHANNEL_15",
|
||||||
"when": {
|
"when": {
|
||||||
"0": "cali_Iin",
|
"0": "cali_Iin",
|
||||||
"1": "cali_Vin"
|
"1": "cali_Vin",
|
||||||
|
"2": "cali_Vout"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"_sync(True)",
|
"_sync(True)",
|
||||||
@@ -1007,12 +1032,6 @@
|
|||||||
"XE0;2B>va"
|
"XE0;2B>va"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"set_dac_gain_Vout": {
|
|
||||||
"type": "RIS",
|
|
||||||
"data": [
|
|
||||||
"XE1;X02;B>DAC_LEVEL_V_OUT_15"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"set_adc_gain_I": {
|
"set_adc_gain_I": {
|
||||||
"type": "RIS",
|
"type": "RIS",
|
||||||
"data": [
|
"data": [
|
||||||
@@ -1025,6 +1044,12 @@
|
|||||||
"XE1;X01;B>ADC_LEVEL_V_IN_15"
|
"XE1;X01;B>ADC_LEVEL_V_IN_15"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"set_dac_gain_Vout": {
|
||||||
|
"type": "RIS",
|
||||||
|
"data": [
|
||||||
|
"XE1;X02;B>DAC_LEVEL_V_OUT_15"
|
||||||
|
]
|
||||||
|
},
|
||||||
"set_ctrl_highZ": {
|
"set_ctrl_highZ": {
|
||||||
"type": "RIS",
|
"type": "RIS",
|
||||||
"data": [
|
"data": [
|
||||||
@@ -1052,6 +1077,15 @@
|
|||||||
"XF1;B>ADC_DAC_CHANNEL_15;B>ADC_LEVEL_V_IN_15"
|
"XF1;B>ADC_DAC_CHANNEL_15;B>ADC_LEVEL_V_IN_15"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"cali_Vout": {
|
||||||
|
"type": "RIS",
|
||||||
|
"parameter": {
|
||||||
|
"v": "DAC_VOLT_BUTTON"
|
||||||
|
},
|
||||||
|
"data": [
|
||||||
|
"XF1;B>ADC_DAC_CHANNEL_15;B>v"
|
||||||
|
]
|
||||||
|
},
|
||||||
"curve_iv": {
|
"curve_iv": {
|
||||||
"type": "RIS",
|
"type": "RIS",
|
||||||
"parameter": {
|
"parameter": {
|
||||||
|
|||||||
Reference in New Issue
Block a user