Skip to content

Commit c0ae863

Browse files
committed
fan scpi
1 parent 439d861 commit c0ae863

File tree

12 files changed

+41602
-41622
lines changed

12 files changed

+41602
-41622
lines changed

modular-psu-firmware.eez-project

Lines changed: 38 additions & 76 deletions
Original file line numberDiff line numberDiff line change
@@ -795,7 +795,7 @@
795795
"name": "sys_info_fan_status",
796796
"description": "",
797797
"type": "enum",
798-
"enumItems": "[\n\"Invalid\",\n\"Valid\",\n\"Unsupported\",\n\"Testing\",\n\"Not installed\"\n]",
798+
"enumItems": "[\n\"Invalid\",\n\"Valid\",\n\"Testing\",\n\"Not installed\"\n]",
799799
"defaultValue": "1"
800800
},
801801
{
@@ -20952,42 +20952,6 @@
2095220952
}
2095320953
]
2095420954
},
20955-
{
20956-
"type": "Container",
20957-
"style": {
20958-
"inheritFrom": "default"
20959-
},
20960-
"left": 0,
20961-
"top": 0,
20962-
"width": 214,
20963-
"height": 104,
20964-
"widgets": [
20965-
{
20966-
"type": "Text",
20967-
"style": {
20968-
"inheritFrom": "edit_value_M_left"
20969-
},
20970-
"left": 0,
20971-
"top": 0,
20972-
"width": 105,
20973-
"height": 32,
20974-
"text": "Fan status:"
20975-
},
20976-
{
20977-
"type": "Text",
20978-
"style": {
20979-
"inheritFrom": "default_disabled_S_left",
20980-
"alignHorizontal": "center"
20981-
},
20982-
"data": "",
20983-
"left": 105,
20984-
"top": 0,
20985-
"width": 108,
20986-
"height": 32,
20987-
"text": "Unsupported"
20988-
}
20989-
]
20990-
},
2099120955
{
2099220956
"type": "Container",
2099320957
"style": {
@@ -28394,18 +28358,6 @@
2839428358
"height": 28,
2839528359
"displayOption": 0
2839628360
},
28397-
{
28398-
"type": "Text",
28399-
"style": {
28400-
"inheritFrom": "default_disabled_S_left"
28401-
},
28402-
"data": "",
28403-
"left": 0,
28404-
"top": 0,
28405-
"width": 122,
28406-
"height": 28,
28407-
"text": "Unsupported"
28408-
},
2840928361
{
2841028362
"type": "Text",
2841128363
"style": {
@@ -532365,14 +532317,6 @@
532365532317
"type": "numeric"
532366532318
}
532367532319
},
532368-
{
532369-
"name": "DIAGnostic[:INFOrmation]:FAN?",
532370-
"helpLink": "EEZ BB3 SCPI reference 5.3 - DIAGnostic.html#diag_fan",
532371-
"parameters": [],
532372-
"response": {
532373-
"type": "numeric"
532374-
}
532375-
},
532376532320
{
532377532321
"name": "DIAGnostic[:INFOrmation]:PROTection?",
532378532322
"helpLink": "EEZ BB3 SCPI reference 5.3 - DIAGnostic.html#diag_prot",
@@ -533059,25 +533003,6 @@
533059533003
"type": "numeric"
533060533004
}
533061533005
},
533062-
{
533063-
"name": "MEASure[:SCALar]:TEMPerature[:THERmistor][:DC]?",
533064-
"helpLink": "EEZ BB3 SCPI reference 5.9 - MEASure.html#meas_temp",
533065-
"parameters": [
533066-
{
533067-
"name": "sensor",
533068-
"type": [
533069-
{
533070-
"type": "discrete",
533071-
"enumeration": "Sensor"
533072-
}
533073-
],
533074-
"isOptional": false
533075-
}
533076-
],
533077-
"response": {
533078-
"type": "numeric"
533079-
}
533080-
},
533081533006
{
533082533007
"name": "MEASure[:SCALar][:VOLTage][:DC]?",
533083533008
"helpLink": "EEZ BB3 SCPI reference 5.9 - MEASure.html#meas_volt",
@@ -537028,6 +536953,43 @@
537028536953
"response": {
537029536954
"type": "numeric"
537030536955
}
536956+
},
536957+
{
536958+
"name": "SYSTem:FAN:STATus?",
536959+
"description": "",
536960+
"helpLink": "EEZ BB3 SCPI reference 5.16 - SYSTem.html#syst_vers",
536961+
"parameters": [],
536962+
"response": {
536963+
"type": "nr1",
536964+
"description": "0 - Invalid\n1 - Valid\n2 - Testing\n3 - Not installed"
536965+
}
536966+
},
536967+
{
536968+
"name": "SYSTem:FAN:SPEed?",
536969+
"helpLink": "EEZ BB3 SCPI reference 5.16 - SYSTem.html#syst_vers",
536970+
"parameters": [],
536971+
"response": {
536972+
"type": "nr1"
536973+
}
536974+
},
536975+
{
536976+
"name": "SYSTem:MEASure[:SCALar]:TEMPerature[:THERmistor][:DC]?",
536977+
"helpLink": "EEZ BB3 SCPI reference 5.9 - MEASure.html#meas_temp",
536978+
"parameters": [
536979+
{
536980+
"name": "sensor",
536981+
"type": [
536982+
{
536983+
"type": "discrete",
536984+
"enumeration": "Sensor"
536985+
}
536986+
],
536987+
"isOptional": false
536988+
}
536989+
],
536990+
"response": {
536991+
"type": "nr2"
536992+
}
537031536993
}
537032536994
]
537033536995
},

0 commit comments

Comments
 (0)