Delphine CC Chiu | 82e6a3f | 2023-08-08 17:42:59 +0800 | [diff] [blame] | 1 | { |
| 2 | "Exposes": [ |
| 3 | { |
| 4 | "Address": "0x10", |
| 5 | "Bus": 11, |
| 6 | "Labels": [ |
| 7 | "temp1", |
| 8 | "vin", |
| 9 | "vout1", |
| 10 | "iout1", |
| 11 | "pin" |
| 12 | ], |
| 13 | "Name": "MEDUSA_48VHSC0", |
| 14 | "Thresholds": [ |
| 15 | { |
| 16 | "Direction": "greater than", |
| 17 | "Label": "temp1", |
| 18 | "Name": "upper critical", |
| 19 | "Severity": 1, |
Delphine CC Chiu | 86bac2b | 2024-05-08 13:30:02 +0800 | [diff] [blame] | 20 | "Value": 150 |
Delphine CC Chiu | 82e6a3f | 2023-08-08 17:42:59 +0800 | [diff] [blame] | 21 | }, |
| 22 | { |
| 23 | "Direction": "greater than", |
| 24 | "Label": "iout1", |
| 25 | "Name": "upper non recoverable", |
| 26 | "Severity": 4, |
| 27 | "Value": 94 |
| 28 | }, |
| 29 | { |
| 30 | "Direction": "greater than", |
| 31 | "Label": "iout1", |
| 32 | "Name": "upper critical", |
| 33 | "Severity": 1, |
| 34 | "Value": 71.5 |
| 35 | }, |
| 36 | { |
| 37 | "Direction": "greater than", |
| 38 | "Label": "iout1", |
| 39 | "Name": "upper non critical", |
| 40 | "Severity": 0, |
| 41 | "Value": 68.25 |
| 42 | }, |
| 43 | { |
| 44 | "Direction": "greater than", |
| 45 | "Label": "pin", |
| 46 | "Name": "upper non recoverable", |
| 47 | "Severity": 4, |
| 48 | "Value": 4512 |
| 49 | }, |
| 50 | { |
| 51 | "Direction": "greater than", |
| 52 | "Label": "pin", |
| 53 | "Name": "upper critical", |
| 54 | "Severity": 1, |
| 55 | "Value": 3432 |
| 56 | }, |
| 57 | { |
| 58 | "Direction": "greater than", |
| 59 | "Label": "pin", |
| 60 | "Name": "upper non critical", |
| 61 | "Severity": 0, |
| 62 | "Value": 3276 |
| 63 | }, |
| 64 | { |
| 65 | "Direction": "greater than", |
| 66 | "Label": "vin", |
| 67 | "Name": "upper non recoverable", |
| 68 | "Severity": 4, |
| 69 | "Value": 60 |
| 70 | }, |
| 71 | { |
| 72 | "Direction": "greater than", |
| 73 | "Label": "vin", |
| 74 | "Name": "upper critical", |
| 75 | "Severity": 1, |
| 76 | "Value": 53.28 |
| 77 | }, |
| 78 | { |
| 79 | "Direction": "greater than", |
| 80 | "Label": "vin", |
| 81 | "Name": "upper non critical", |
| 82 | "Severity": 0, |
| 83 | "Value": 52.8 |
| 84 | }, |
| 85 | { |
| 86 | "Direction": "less than", |
| 87 | "Label": "vin", |
| 88 | "Name": "lower non critical", |
| 89 | "Severity": 0, |
| 90 | "Value": 43.2 |
| 91 | }, |
| 92 | { |
| 93 | "Direction": "less than", |
| 94 | "Label": "vin", |
| 95 | "Name": "lower critical", |
| 96 | "Severity": 1, |
| 97 | "Value": 42.72 |
| 98 | }, |
| 99 | { |
| 100 | "Direction": "less than", |
| 101 | "Label": "vin", |
| 102 | "Name": "lower non recoverable", |
| 103 | "Severity": 4, |
| 104 | "Value": 40 |
| 105 | }, |
| 106 | { |
| 107 | "Direction": "greater than", |
| 108 | "Label": "vout1", |
| 109 | "Name": "upper non recoverable", |
| 110 | "Severity": 4, |
| 111 | "Value": 60 |
| 112 | }, |
| 113 | { |
| 114 | "Direction": "greater than", |
| 115 | "Label": "vout1", |
| 116 | "Name": "upper critical", |
| 117 | "Severity": 1, |
| 118 | "Value": 53.28 |
| 119 | }, |
| 120 | { |
| 121 | "Direction": "greater than", |
| 122 | "Label": "vout1", |
| 123 | "Name": "upper non critical", |
| 124 | "Severity": 0, |
| 125 | "Value": 52.8 |
| 126 | }, |
| 127 | { |
| 128 | "Direction": "less than", |
| 129 | "Label": "vout1", |
| 130 | "Name": "lower non critical", |
| 131 | "Severity": 0, |
| 132 | "Value": 43.2 |
| 133 | }, |
| 134 | { |
| 135 | "Direction": "less than", |
| 136 | "Label": "vout1", |
| 137 | "Name": "lower critical", |
| 138 | "Severity": 1, |
| 139 | "Value": 42.72 |
| 140 | }, |
| 141 | { |
| 142 | "Direction": "less than", |
| 143 | "Label": "vout1", |
| 144 | "Name": "lower non recoverable", |
| 145 | "Severity": 4, |
| 146 | "Value": 40 |
| 147 | } |
| 148 | ], |
| 149 | "Type": "ADM1272", |
| 150 | "iout1_Name": "MEDUSA_48VHSC0_CURR_A", |
Sara Lin | 14c474c | 2024-04-24 18:01:17 +0800 | [diff] [blame] | 151 | "iout1_Scale": 250, |
Delphine CC Chiu | 82e6a3f | 2023-08-08 17:42:59 +0800 | [diff] [blame] | 152 | "pin_Name": "MEDUSA_48VHSC0_INPUT_PWR_W", |
Sara Lin | 14c474c | 2024-04-24 18:01:17 +0800 | [diff] [blame] | 153 | "pin_Scale": 250000, |
Delphine CC Chiu | 82e6a3f | 2023-08-08 17:42:59 +0800 | [diff] [blame] | 154 | "temp1_Name": "MEDUSA_48VHSC0_TEMP_C", |
| 155 | "vin_Name": "MEDUSA_48VHSC0_INPUT_VOLT_V", |
| 156 | "vout1_Name": "MEDUSA_48VHSC0_OUTPUT_VOLT_V" |
| 157 | }, |
| 158 | { |
| 159 | "Address": "0x12", |
| 160 | "Bus": 11, |
| 161 | "Labels": [ |
| 162 | "temp1", |
| 163 | "vin", |
| 164 | "vout1", |
| 165 | "iout1", |
| 166 | "pin" |
| 167 | ], |
| 168 | "Name": "MEDUSA_48VHSC1", |
| 169 | "Thresholds": [ |
| 170 | { |
| 171 | "Direction": "greater than", |
| 172 | "Label": "temp1", |
| 173 | "Name": "upper critical", |
| 174 | "Severity": 1, |
Delphine CC Chiu | 86bac2b | 2024-05-08 13:30:02 +0800 | [diff] [blame] | 175 | "Value": 150 |
Delphine CC Chiu | 82e6a3f | 2023-08-08 17:42:59 +0800 | [diff] [blame] | 176 | }, |
| 177 | { |
| 178 | "Direction": "greater than", |
| 179 | "Label": "iout1", |
| 180 | "Name": "upper non recoverable", |
| 181 | "Severity": 4, |
| 182 | "Value": 94 |
| 183 | }, |
| 184 | { |
| 185 | "Direction": "greater than", |
| 186 | "Label": "iout1", |
| 187 | "Name": "upper critical", |
| 188 | "Severity": 1, |
| 189 | "Value": 71.5 |
| 190 | }, |
| 191 | { |
| 192 | "Direction": "greater than", |
| 193 | "Label": "iout1", |
| 194 | "Name": "upper non critical", |
| 195 | "Severity": 0, |
| 196 | "Value": 68.25 |
| 197 | }, |
| 198 | { |
| 199 | "Direction": "greater than", |
| 200 | "Label": "pin", |
| 201 | "Name": "upper non recoverable", |
| 202 | "Severity": 4, |
| 203 | "Value": 4512 |
| 204 | }, |
| 205 | { |
| 206 | "Direction": "greater than", |
| 207 | "Label": "pin", |
| 208 | "Name": "upper critical", |
| 209 | "Severity": 1, |
| 210 | "Value": 3432 |
| 211 | }, |
| 212 | { |
| 213 | "Direction": "greater than", |
| 214 | "Label": "pin", |
| 215 | "Name": "upper non critical", |
| 216 | "Severity": 0, |
| 217 | "Value": 3276 |
| 218 | }, |
| 219 | { |
| 220 | "Direction": "greater than", |
| 221 | "Label": "vin", |
| 222 | "Name": "upper non recoverable", |
| 223 | "Severity": 4, |
| 224 | "Value": 60 |
| 225 | }, |
| 226 | { |
| 227 | "Direction": "greater than", |
| 228 | "Label": "vin", |
| 229 | "Name": "upper critical", |
| 230 | "Severity": 1, |
| 231 | "Value": 53.28 |
| 232 | }, |
| 233 | { |
| 234 | "Direction": "greater than", |
| 235 | "Label": "vin", |
| 236 | "Name": "upper non critical", |
| 237 | "Severity": 0, |
| 238 | "Value": 52.8 |
| 239 | }, |
| 240 | { |
| 241 | "Direction": "less than", |
| 242 | "Label": "vin", |
| 243 | "Name": "lower non critical", |
| 244 | "Severity": 0, |
| 245 | "Value": 43.2 |
| 246 | }, |
| 247 | { |
| 248 | "Direction": "less than", |
| 249 | "Label": "vin", |
| 250 | "Name": "lower critical", |
| 251 | "Severity": 1, |
| 252 | "Value": 42.72 |
| 253 | }, |
| 254 | { |
| 255 | "Direction": "less than", |
| 256 | "Label": "vin", |
| 257 | "Name": "lower non recoverable", |
| 258 | "Severity": 4, |
| 259 | "Value": 40 |
| 260 | }, |
| 261 | { |
| 262 | "Direction": "greater than", |
| 263 | "Label": "vout1", |
| 264 | "Name": "upper non recoverable", |
| 265 | "Severity": 4, |
| 266 | "Value": 60 |
| 267 | }, |
| 268 | { |
| 269 | "Direction": "greater than", |
| 270 | "Label": "vout1", |
| 271 | "Name": "upper critical", |
| 272 | "Severity": 1, |
| 273 | "Value": 53.28 |
| 274 | }, |
| 275 | { |
| 276 | "Direction": "greater than", |
| 277 | "Label": "vout1", |
| 278 | "Name": "upper non critical", |
| 279 | "Severity": 0, |
| 280 | "Value": 52.8 |
| 281 | }, |
| 282 | { |
| 283 | "Direction": "less than", |
| 284 | "Label": "vout1", |
| 285 | "Name": "lower non critical", |
| 286 | "Severity": 0, |
| 287 | "Value": 43.2 |
| 288 | }, |
| 289 | { |
| 290 | "Direction": "less than", |
| 291 | "Label": "vout1", |
| 292 | "Name": "lower critical", |
| 293 | "Severity": 1, |
| 294 | "Value": 42.72 |
| 295 | }, |
| 296 | { |
| 297 | "Direction": "less than", |
| 298 | "Label": "vout1", |
| 299 | "Name": "lower non recoverable", |
| 300 | "Severity": 4, |
| 301 | "Value": 40 |
| 302 | } |
| 303 | ], |
| 304 | "Type": "ADM1272", |
| 305 | "iout1_Name": "MEDUSA_48VHSC1_CURR_A", |
Sara Lin | 14c474c | 2024-04-24 18:01:17 +0800 | [diff] [blame] | 306 | "iout1_Scale": 250, |
Delphine CC Chiu | 82e6a3f | 2023-08-08 17:42:59 +0800 | [diff] [blame] | 307 | "pin_Name": "MEDUSA_48VHSC1_INPUT_PWR_W", |
Sara Lin | 14c474c | 2024-04-24 18:01:17 +0800 | [diff] [blame] | 308 | "pin_Scale": 250000, |
Delphine CC Chiu | 82e6a3f | 2023-08-08 17:42:59 +0800 | [diff] [blame] | 309 | "temp1_Name": "MEDUSA_48VHSC1_TEMP_C", |
| 310 | "vin_Name": "MEDUSA_48VHSC1_INPUT_VOLT_V", |
| 311 | "vout1_Name": "MEDUSA_48VHSC1_OUTPUT_VOLT_V" |
| 312 | }, |
| 313 | { |
| 314 | "Address": "0x40", |
| 315 | "Bus": 0, |
| 316 | "Labels": [ |
| 317 | "temp1", |
| 318 | "vin", |
| 319 | "vout1", |
| 320 | "iout1", |
| 321 | "pin" |
| 322 | ], |
| 323 | "Name": "MEDUSA_MB1_12VHSC", |
| 324 | "Thresholds": [ |
| 325 | { |
| 326 | "Direction": "greater than", |
| 327 | "Label": "iout1", |
| 328 | "Name": "upper non recoverable", |
| 329 | "Severity": 4, |
| 330 | "Value": 90 |
| 331 | }, |
| 332 | { |
| 333 | "Direction": "greater than", |
| 334 | "Label": "iout1", |
| 335 | "Name": "upper critical", |
| 336 | "Severity": 1, |
| 337 | "Value": 87.956 |
| 338 | }, |
| 339 | { |
| 340 | "Direction": "greater than", |
| 341 | "Label": "iout1", |
| 342 | "Name": "upper non critical", |
| 343 | "Severity": 0, |
| 344 | "Value": 83.958 |
| 345 | }, |
| 346 | { |
| 347 | "Direction": "greater than", |
| 348 | "Label": "pin", |
| 349 | "Name": "upper non recoverable", |
| 350 | "Severity": 4, |
| 351 | "Value": 1125 |
| 352 | }, |
| 353 | { |
| 354 | "Direction": "greater than", |
| 355 | "Label": "pin", |
| 356 | "Name": "upper critical", |
| 357 | "Severity": 1, |
| 358 | "Value": 1099.45 |
| 359 | }, |
| 360 | { |
| 361 | "Direction": "greater than", |
| 362 | "Label": "pin", |
| 363 | "Name": "upper non critical", |
| 364 | "Severity": 0, |
| 365 | "Value": 1049.475 |
| 366 | }, |
| 367 | { |
| 368 | "Direction": "greater than", |
| 369 | "Label": "temp1", |
| 370 | "Name": "upper critical", |
| 371 | "Severity": 1, |
Delphine CC Chiu | 86bac2b | 2024-05-08 13:30:02 +0800 | [diff] [blame] | 372 | "Value": 100 |
Delphine CC Chiu | 82e6a3f | 2023-08-08 17:42:59 +0800 | [diff] [blame] | 373 | }, |
| 374 | { |
| 375 | "Direction": "greater than", |
| 376 | "Label": "vin", |
| 377 | "Name": "upper non recoverable", |
| 378 | "Severity": 4, |
| 379 | "Value": 14.333 |
| 380 | }, |
| 381 | { |
| 382 | "Direction": "greater than", |
| 383 | "Label": "vin", |
| 384 | "Name": "upper critical", |
| 385 | "Severity": 1, |
Delphine CC Chiu | 6134205 | 2024-03-05 19:47:57 +0800 | [diff] [blame] | 386 | "Value": 13.176 |
Delphine CC Chiu | 82e6a3f | 2023-08-08 17:42:59 +0800 | [diff] [blame] | 387 | }, |
| 388 | { |
| 389 | "Direction": "greater than", |
| 390 | "Label": "vin", |
| 391 | "Name": "upper non critical", |
| 392 | "Severity": 0, |
Delphine CC Chiu | 6134205 | 2024-03-05 19:47:57 +0800 | [diff] [blame] | 393 | "Value": 13.054 |
Delphine CC Chiu | 82e6a3f | 2023-08-08 17:42:59 +0800 | [diff] [blame] | 394 | }, |
| 395 | { |
| 396 | "Direction": "less than", |
| 397 | "Label": "vin", |
| 398 | "Name": "lower non critical", |
| 399 | "Severity": 0, |
Delphine CC Chiu | 6134205 | 2024-03-05 19:47:57 +0800 | [diff] [blame] | 400 | "Value": 11.346 |
Delphine CC Chiu | 82e6a3f | 2023-08-08 17:42:59 +0800 | [diff] [blame] | 401 | }, |
| 402 | { |
| 403 | "Direction": "less than", |
| 404 | "Label": "vin", |
| 405 | "Name": "lower critical", |
| 406 | "Severity": 1, |
Delphine CC Chiu | 6134205 | 2024-03-05 19:47:57 +0800 | [diff] [blame] | 407 | "Value": 11.224 |
Delphine CC Chiu | 82e6a3f | 2023-08-08 17:42:59 +0800 | [diff] [blame] | 408 | }, |
| 409 | { |
| 410 | "Direction": "less than", |
| 411 | "Label": "vin", |
| 412 | "Name": "lower non recoverable", |
| 413 | "Severity": 4, |
| 414 | "Value": 10.091 |
| 415 | }, |
| 416 | { |
| 417 | "Direction": "greater than", |
| 418 | "Label": "vout1", |
| 419 | "Name": "upper non recoverable", |
| 420 | "Severity": 4, |
| 421 | "Value": 14.333 |
| 422 | }, |
| 423 | { |
| 424 | "Direction": "greater than", |
| 425 | "Label": "vout1", |
| 426 | "Name": "upper critical", |
| 427 | "Severity": 1, |
Delphine CC Chiu | 6134205 | 2024-03-05 19:47:57 +0800 | [diff] [blame] | 428 | "Value": 13.176 |
Delphine CC Chiu | 82e6a3f | 2023-08-08 17:42:59 +0800 | [diff] [blame] | 429 | }, |
| 430 | { |
| 431 | "Direction": "greater than", |
| 432 | "Label": "vout1", |
| 433 | "Name": "upper non critical", |
| 434 | "Severity": 0, |
Delphine CC Chiu | 6134205 | 2024-03-05 19:47:57 +0800 | [diff] [blame] | 435 | "Value": 13.054 |
Delphine CC Chiu | 82e6a3f | 2023-08-08 17:42:59 +0800 | [diff] [blame] | 436 | }, |
| 437 | { |
| 438 | "Direction": "less than", |
| 439 | "Label": "vout1", |
| 440 | "Name": "lower non critical", |
| 441 | "Severity": 0, |
Delphine CC Chiu | 6134205 | 2024-03-05 19:47:57 +0800 | [diff] [blame] | 442 | "Value": 11.346 |
Delphine CC Chiu | 82e6a3f | 2023-08-08 17:42:59 +0800 | [diff] [blame] | 443 | }, |
| 444 | { |
| 445 | "Direction": "less than", |
| 446 | "Label": "vout1", |
| 447 | "Name": "lower critical", |
| 448 | "Severity": 1, |
Delphine CC Chiu | 6134205 | 2024-03-05 19:47:57 +0800 | [diff] [blame] | 449 | "Value": 11.224 |
Delphine CC Chiu | 82e6a3f | 2023-08-08 17:42:59 +0800 | [diff] [blame] | 450 | }, |
| 451 | { |
| 452 | "Direction": "less than", |
| 453 | "Label": "vout1", |
| 454 | "Name": "lower non recoverable", |
| 455 | "Severity": 4, |
| 456 | "Value": 10.091 |
| 457 | } |
| 458 | ], |
| 459 | "Type": "ADM1281", |
| 460 | "iout1_Name": "MEDUSA_MB1_12VHSC_CURR_A", |
Sara Lin | 14c474c | 2024-04-24 18:01:17 +0800 | [diff] [blame] | 461 | "iout1_Scale": 500, |
Delphine CC Chiu | 82e6a3f | 2023-08-08 17:42:59 +0800 | [diff] [blame] | 462 | "pin_Name": "MEDUSA_MB1_12VHSC_INPUT_PWR_W", |
Sara Lin | 14c474c | 2024-04-24 18:01:17 +0800 | [diff] [blame] | 463 | "pin_Scale": 500000, |
Delphine CC Chiu | 82e6a3f | 2023-08-08 17:42:59 +0800 | [diff] [blame] | 464 | "temp1_Name": "MEDUSA_MB1_12VHSC_TEMP_C", |
| 465 | "vin_Name": "MEDUSA_MB1_12VHSC_INPUT_VOLT_V", |
| 466 | "vout1_Name": "MEDUSA_MB1_12VHSC_OUTPUT_VOLT_V" |
| 467 | }, |
| 468 | { |
| 469 | "Address": "0x40", |
| 470 | "Bus": 1, |
| 471 | "Labels": [ |
| 472 | "temp1", |
| 473 | "vin", |
| 474 | "vout1", |
| 475 | "iout1", |
| 476 | "pin" |
| 477 | ], |
| 478 | "Name": "MEDUSA_MB2_12VHSC", |
| 479 | "Thresholds": [ |
| 480 | { |
| 481 | "Direction": "greater than", |
| 482 | "Label": "iout1", |
| 483 | "Name": "upper non recoverable", |
| 484 | "Severity": 4, |
| 485 | "Value": 90 |
| 486 | }, |
| 487 | { |
| 488 | "Direction": "greater than", |
| 489 | "Label": "iout1", |
| 490 | "Name": "upper critical", |
| 491 | "Severity": 1, |
| 492 | "Value": 87.956 |
| 493 | }, |
| 494 | { |
| 495 | "Direction": "greater than", |
| 496 | "Label": "iout1", |
| 497 | "Name": "upper non critical", |
| 498 | "Severity": 0, |
| 499 | "Value": 83.958 |
| 500 | }, |
| 501 | { |
| 502 | "Direction": "greater than", |
| 503 | "Label": "pin", |
| 504 | "Name": "upper non recoverable", |
| 505 | "Severity": 4, |
| 506 | "Value": 1125 |
| 507 | }, |
| 508 | { |
| 509 | "Direction": "greater than", |
| 510 | "Label": "pin", |
| 511 | "Name": "upper critical", |
| 512 | "Severity": 1, |
| 513 | "Value": 1099.45 |
| 514 | }, |
| 515 | { |
| 516 | "Direction": "greater than", |
| 517 | "Label": "pin", |
| 518 | "Name": "upper non critical", |
| 519 | "Severity": 0, |
| 520 | "Value": 1049.475 |
| 521 | }, |
| 522 | { |
| 523 | "Direction": "greater than", |
| 524 | "Label": "temp1", |
| 525 | "Name": "upper critical", |
| 526 | "Severity": 1, |
Delphine CC Chiu | 86bac2b | 2024-05-08 13:30:02 +0800 | [diff] [blame] | 527 | "Value": 100 |
Delphine CC Chiu | 82e6a3f | 2023-08-08 17:42:59 +0800 | [diff] [blame] | 528 | }, |
| 529 | { |
| 530 | "Direction": "greater than", |
| 531 | "Label": "vin", |
| 532 | "Name": "upper non recoverable", |
| 533 | "Severity": 4, |
| 534 | "Value": 14.333 |
| 535 | }, |
| 536 | { |
| 537 | "Direction": "greater than", |
| 538 | "Label": "vin", |
| 539 | "Name": "upper critical", |
| 540 | "Severity": 1, |
Delphine CC Chiu | 6134205 | 2024-03-05 19:47:57 +0800 | [diff] [blame] | 541 | "Value": 13.176 |
Delphine CC Chiu | 82e6a3f | 2023-08-08 17:42:59 +0800 | [diff] [blame] | 542 | }, |
| 543 | { |
| 544 | "Direction": "greater than", |
| 545 | "Label": "vin", |
| 546 | "Name": "upper non critical", |
| 547 | "Severity": 0, |
Delphine CC Chiu | 6134205 | 2024-03-05 19:47:57 +0800 | [diff] [blame] | 548 | "Value": 13.054 |
Delphine CC Chiu | 82e6a3f | 2023-08-08 17:42:59 +0800 | [diff] [blame] | 549 | }, |
| 550 | { |
| 551 | "Direction": "less than", |
| 552 | "Label": "vin", |
| 553 | "Name": "lower non critical", |
| 554 | "Severity": 0, |
Delphine CC Chiu | 6134205 | 2024-03-05 19:47:57 +0800 | [diff] [blame] | 555 | "Value": 11.346 |
Delphine CC Chiu | 82e6a3f | 2023-08-08 17:42:59 +0800 | [diff] [blame] | 556 | }, |
| 557 | { |
| 558 | "Direction": "less than", |
| 559 | "Label": "vin", |
| 560 | "Name": "lower critical", |
| 561 | "Severity": 1, |
Delphine CC Chiu | 6134205 | 2024-03-05 19:47:57 +0800 | [diff] [blame] | 562 | "Value": 11.224 |
Delphine CC Chiu | 82e6a3f | 2023-08-08 17:42:59 +0800 | [diff] [blame] | 563 | }, |
| 564 | { |
| 565 | "Direction": "less than", |
| 566 | "Label": "vin", |
| 567 | "Name": "lower non recoverable", |
| 568 | "Severity": 4, |
| 569 | "Value": 10.091 |
| 570 | }, |
| 571 | { |
| 572 | "Direction": "greater than", |
| 573 | "Label": "vout1", |
| 574 | "Name": "upper non recoverable", |
| 575 | "Severity": 4, |
| 576 | "Value": 14.333 |
| 577 | }, |
| 578 | { |
| 579 | "Direction": "greater than", |
| 580 | "Label": "vout1", |
| 581 | "Name": "upper critical", |
| 582 | "Severity": 1, |
Delphine CC Chiu | 6134205 | 2024-03-05 19:47:57 +0800 | [diff] [blame] | 583 | "Value": 13.176 |
Delphine CC Chiu | 82e6a3f | 2023-08-08 17:42:59 +0800 | [diff] [blame] | 584 | }, |
| 585 | { |
| 586 | "Direction": "greater than", |
| 587 | "Label": "vout1", |
| 588 | "Name": "upper non critical", |
| 589 | "Severity": 0, |
Delphine CC Chiu | 6134205 | 2024-03-05 19:47:57 +0800 | [diff] [blame] | 590 | "Value": 13.054 |
Delphine CC Chiu | 82e6a3f | 2023-08-08 17:42:59 +0800 | [diff] [blame] | 591 | }, |
| 592 | { |
| 593 | "Direction": "less than", |
| 594 | "Label": "vout1", |
| 595 | "Name": "lower non critical", |
| 596 | "Severity": 0, |
Delphine CC Chiu | 6134205 | 2024-03-05 19:47:57 +0800 | [diff] [blame] | 597 | "Value": 11.346 |
Delphine CC Chiu | 82e6a3f | 2023-08-08 17:42:59 +0800 | [diff] [blame] | 598 | }, |
| 599 | { |
| 600 | "Direction": "less than", |
| 601 | "Label": "vout1", |
| 602 | "Name": "lower critical", |
| 603 | "Severity": 1, |
Delphine CC Chiu | 6134205 | 2024-03-05 19:47:57 +0800 | [diff] [blame] | 604 | "Value": 11.224 |
Delphine CC Chiu | 82e6a3f | 2023-08-08 17:42:59 +0800 | [diff] [blame] | 605 | }, |
| 606 | { |
| 607 | "Direction": "less than", |
| 608 | "Label": "vout1", |
| 609 | "Name": "lower non recoverable", |
| 610 | "Severity": 4, |
| 611 | "Value": 10.091 |
| 612 | } |
| 613 | ], |
| 614 | "Type": "ADM1281", |
| 615 | "iout1_Name": "MEDUSA_MB2_12VHSC_CURR_A", |
Sara Lin | 14c474c | 2024-04-24 18:01:17 +0800 | [diff] [blame] | 616 | "iout1_Scale": 500, |
Delphine CC Chiu | 82e6a3f | 2023-08-08 17:42:59 +0800 | [diff] [blame] | 617 | "pin_Name": "MEDUSA_MB2_12VHSC_INPUT_PWR_W", |
Sara Lin | 14c474c | 2024-04-24 18:01:17 +0800 | [diff] [blame] | 618 | "pin_Scale": 500000, |
Delphine CC Chiu | 82e6a3f | 2023-08-08 17:42:59 +0800 | [diff] [blame] | 619 | "temp1_Name": "MEDUSA_MB2_12VHSC_TEMP_C", |
| 620 | "vin_Name": "MEDUSA_MB2_12VHSC_INPUT_VOLT_V", |
| 621 | "vout1_Name": "MEDUSA_MB2_12VHSC_OUTPUT_VOLT_V" |
| 622 | }, |
| 623 | { |
| 624 | "Address": "0x40", |
| 625 | "Bus": 2, |
| 626 | "Labels": [ |
| 627 | "temp1", |
| 628 | "vin", |
| 629 | "vout1", |
| 630 | "iout1", |
| 631 | "pin" |
| 632 | ], |
| 633 | "Name": "MEDUSA_MB3_12VHSC", |
| 634 | "Thresholds": [ |
| 635 | { |
| 636 | "Direction": "greater than", |
| 637 | "Label": "iout1", |
| 638 | "Name": "upper non recoverable", |
| 639 | "Severity": 4, |
| 640 | "Value": 90 |
| 641 | }, |
| 642 | { |
| 643 | "Direction": "greater than", |
| 644 | "Label": "iout1", |
| 645 | "Name": "upper critical", |
| 646 | "Severity": 1, |
| 647 | "Value": 87.956 |
| 648 | }, |
| 649 | { |
| 650 | "Direction": "greater than", |
| 651 | "Label": "iout1", |
| 652 | "Name": "upper non critical", |
| 653 | "Severity": 0, |
| 654 | "Value": 83.958 |
| 655 | }, |
| 656 | { |
| 657 | "Direction": "greater than", |
| 658 | "Label": "pin", |
| 659 | "Name": "upper non recoverable", |
| 660 | "Severity": 4, |
| 661 | "Value": 1125 |
| 662 | }, |
| 663 | { |
| 664 | "Direction": "greater than", |
| 665 | "Label": "pin", |
| 666 | "Name": "upper critical", |
| 667 | "Severity": 1, |
| 668 | "Value": 1099.45 |
| 669 | }, |
| 670 | { |
| 671 | "Direction": "greater than", |
| 672 | "Label": "pin", |
| 673 | "Name": "upper non critical", |
| 674 | "Severity": 0, |
| 675 | "Value": 1049.475 |
| 676 | }, |
| 677 | { |
| 678 | "Direction": "greater than", |
| 679 | "Label": "temp1", |
| 680 | "Name": "upper critical", |
| 681 | "Severity": 1, |
Delphine CC Chiu | 86bac2b | 2024-05-08 13:30:02 +0800 | [diff] [blame] | 682 | "Value": 100 |
Delphine CC Chiu | 82e6a3f | 2023-08-08 17:42:59 +0800 | [diff] [blame] | 683 | }, |
| 684 | { |
| 685 | "Direction": "greater than", |
| 686 | "Label": "vin", |
| 687 | "Name": "upper non recoverable", |
| 688 | "Severity": 4, |
| 689 | "Value": 14.333 |
| 690 | }, |
| 691 | { |
| 692 | "Direction": "greater than", |
| 693 | "Label": "vin", |
| 694 | "Name": "upper critical", |
| 695 | "Severity": 1, |
Delphine CC Chiu | 6134205 | 2024-03-05 19:47:57 +0800 | [diff] [blame] | 696 | "Value": 13.176 |
Delphine CC Chiu | 82e6a3f | 2023-08-08 17:42:59 +0800 | [diff] [blame] | 697 | }, |
| 698 | { |
| 699 | "Direction": "greater than", |
| 700 | "Label": "vin", |
| 701 | "Name": "upper non critical", |
| 702 | "Severity": 0, |
Delphine CC Chiu | 6134205 | 2024-03-05 19:47:57 +0800 | [diff] [blame] | 703 | "Value": 13.054 |
Delphine CC Chiu | 82e6a3f | 2023-08-08 17:42:59 +0800 | [diff] [blame] | 704 | }, |
| 705 | { |
| 706 | "Direction": "less than", |
| 707 | "Label": "vin", |
| 708 | "Name": "lower non critical", |
| 709 | "Severity": 0, |
Delphine CC Chiu | 6134205 | 2024-03-05 19:47:57 +0800 | [diff] [blame] | 710 | "Value": 11.346 |
Delphine CC Chiu | 82e6a3f | 2023-08-08 17:42:59 +0800 | [diff] [blame] | 711 | }, |
| 712 | { |
| 713 | "Direction": "less than", |
| 714 | "Label": "vin", |
| 715 | "Name": "lower critical", |
| 716 | "Severity": 1, |
Delphine CC Chiu | 6134205 | 2024-03-05 19:47:57 +0800 | [diff] [blame] | 717 | "Value": 11.224 |
Delphine CC Chiu | 82e6a3f | 2023-08-08 17:42:59 +0800 | [diff] [blame] | 718 | }, |
| 719 | { |
| 720 | "Direction": "less than", |
| 721 | "Label": "vin", |
| 722 | "Name": "lower non recoverable", |
| 723 | "Severity": 4, |
| 724 | "Value": 10.091 |
| 725 | }, |
| 726 | { |
| 727 | "Direction": "greater than", |
| 728 | "Label": "vout1", |
| 729 | "Name": "upper non recoverable", |
| 730 | "Severity": 4, |
| 731 | "Value": 14.333 |
| 732 | }, |
| 733 | { |
| 734 | "Direction": "greater than", |
| 735 | "Label": "vout1", |
| 736 | "Name": "upper critical", |
| 737 | "Severity": 1, |
Delphine CC Chiu | 6134205 | 2024-03-05 19:47:57 +0800 | [diff] [blame] | 738 | "Value": 13.176 |
Delphine CC Chiu | 82e6a3f | 2023-08-08 17:42:59 +0800 | [diff] [blame] | 739 | }, |
| 740 | { |
| 741 | "Direction": "greater than", |
| 742 | "Label": "vout1", |
| 743 | "Name": "upper non critical", |
| 744 | "Severity": 0, |
Delphine CC Chiu | 6134205 | 2024-03-05 19:47:57 +0800 | [diff] [blame] | 745 | "Value": 13.054 |
Delphine CC Chiu | 82e6a3f | 2023-08-08 17:42:59 +0800 | [diff] [blame] | 746 | }, |
| 747 | { |
| 748 | "Direction": "less than", |
| 749 | "Label": "vout1", |
| 750 | "Name": "lower non critical", |
| 751 | "Severity": 0, |
Delphine CC Chiu | 6134205 | 2024-03-05 19:47:57 +0800 | [diff] [blame] | 752 | "Value": 11.346 |
Delphine CC Chiu | 82e6a3f | 2023-08-08 17:42:59 +0800 | [diff] [blame] | 753 | }, |
| 754 | { |
| 755 | "Direction": "less than", |
| 756 | "Label": "vout1", |
| 757 | "Name": "lower critical", |
| 758 | "Severity": 1, |
Delphine CC Chiu | 6134205 | 2024-03-05 19:47:57 +0800 | [diff] [blame] | 759 | "Value": 11.224 |
Delphine CC Chiu | 82e6a3f | 2023-08-08 17:42:59 +0800 | [diff] [blame] | 760 | }, |
| 761 | { |
| 762 | "Direction": "less than", |
| 763 | "Label": "vout1", |
| 764 | "Name": "lower non recoverable", |
| 765 | "Severity": 4, |
| 766 | "Value": 10.091 |
| 767 | } |
| 768 | ], |
| 769 | "Type": "ADM1281", |
| 770 | "iout1_Name": "MEDUSA_MB3_12VHSC_CURR_A", |
Sara Lin | 14c474c | 2024-04-24 18:01:17 +0800 | [diff] [blame] | 771 | "iout1_Scale": 500, |
Delphine CC Chiu | 82e6a3f | 2023-08-08 17:42:59 +0800 | [diff] [blame] | 772 | "pin_Name": "MEDUSA_MB3_12VHSC_INPUT_PWR_W", |
Sara Lin | 14c474c | 2024-04-24 18:01:17 +0800 | [diff] [blame] | 773 | "pin_Scale": 500000, |
Delphine CC Chiu | 82e6a3f | 2023-08-08 17:42:59 +0800 | [diff] [blame] | 774 | "temp1_Name": "MEDUSA_MB3_12VHSC_TEMP_C", |
| 775 | "vin_Name": "MEDUSA_MB3_12VHSC_INPUT_VOLT_V", |
| 776 | "vout1_Name": "MEDUSA_MB3_12VHSC_OUTPUT_VOLT_V" |
| 777 | }, |
| 778 | { |
| 779 | "Address": "0x40", |
| 780 | "Bus": 3, |
| 781 | "Labels": [ |
| 782 | "temp1", |
| 783 | "vin", |
| 784 | "vout1", |
| 785 | "iout1", |
| 786 | "pin" |
| 787 | ], |
| 788 | "Name": "MEDUSA_MB4_12VHSC", |
| 789 | "Thresholds": [ |
| 790 | { |
| 791 | "Direction": "greater than", |
| 792 | "Label": "iout1", |
| 793 | "Name": "upper non recoverable", |
| 794 | "Severity": 4, |
| 795 | "Value": 90 |
| 796 | }, |
| 797 | { |
| 798 | "Direction": "greater than", |
| 799 | "Label": "iout1", |
| 800 | "Name": "upper critical", |
| 801 | "Severity": 1, |
| 802 | "Value": 87.956 |
| 803 | }, |
| 804 | { |
| 805 | "Direction": "greater than", |
| 806 | "Label": "iout1", |
| 807 | "Name": "upper non critical", |
| 808 | "Severity": 0, |
| 809 | "Value": 83.958 |
| 810 | }, |
| 811 | { |
| 812 | "Direction": "greater than", |
| 813 | "Label": "pin", |
| 814 | "Name": "upper non recoverable", |
| 815 | "Severity": 4, |
| 816 | "Value": 1125 |
| 817 | }, |
| 818 | { |
| 819 | "Direction": "greater than", |
| 820 | "Label": "pin", |
| 821 | "Name": "upper critical", |
| 822 | "Severity": 1, |
| 823 | "Value": 1099.45 |
| 824 | }, |
| 825 | { |
| 826 | "Direction": "greater than", |
| 827 | "Label": "pin", |
| 828 | "Name": "upper non critical", |
| 829 | "Severity": 0, |
| 830 | "Value": 1049.475 |
| 831 | }, |
| 832 | { |
| 833 | "Direction": "greater than", |
| 834 | "Label": "temp1", |
| 835 | "Name": "upper critical", |
| 836 | "Severity": 1, |
Delphine CC Chiu | 86bac2b | 2024-05-08 13:30:02 +0800 | [diff] [blame] | 837 | "Value": 100 |
Delphine CC Chiu | 82e6a3f | 2023-08-08 17:42:59 +0800 | [diff] [blame] | 838 | }, |
| 839 | { |
| 840 | "Direction": "greater than", |
| 841 | "Label": "vin", |
| 842 | "Name": "upper non recoverable", |
| 843 | "Severity": 4, |
| 844 | "Value": 14.333 |
| 845 | }, |
| 846 | { |
| 847 | "Direction": "greater than", |
| 848 | "Label": "vin", |
| 849 | "Name": "upper critical", |
| 850 | "Severity": 1, |
Delphine CC Chiu | 6134205 | 2024-03-05 19:47:57 +0800 | [diff] [blame] | 851 | "Value": 13.176 |
Delphine CC Chiu | 82e6a3f | 2023-08-08 17:42:59 +0800 | [diff] [blame] | 852 | }, |
| 853 | { |
| 854 | "Direction": "greater than", |
| 855 | "Label": "vin", |
| 856 | "Name": "upper non critical", |
| 857 | "Severity": 0, |
Delphine CC Chiu | 6134205 | 2024-03-05 19:47:57 +0800 | [diff] [blame] | 858 | "Value": 13.054 |
Delphine CC Chiu | 82e6a3f | 2023-08-08 17:42:59 +0800 | [diff] [blame] | 859 | }, |
| 860 | { |
| 861 | "Direction": "less than", |
| 862 | "Label": "vin", |
| 863 | "Name": "lower non critical", |
| 864 | "Severity": 0, |
Delphine CC Chiu | 6134205 | 2024-03-05 19:47:57 +0800 | [diff] [blame] | 865 | "Value": 11.346 |
Delphine CC Chiu | 82e6a3f | 2023-08-08 17:42:59 +0800 | [diff] [blame] | 866 | }, |
| 867 | { |
| 868 | "Direction": "less than", |
| 869 | "Label": "vin", |
| 870 | "Name": "lower critical", |
| 871 | "Severity": 1, |
Delphine CC Chiu | 6134205 | 2024-03-05 19:47:57 +0800 | [diff] [blame] | 872 | "Value": 11.224 |
Delphine CC Chiu | 82e6a3f | 2023-08-08 17:42:59 +0800 | [diff] [blame] | 873 | }, |
| 874 | { |
| 875 | "Direction": "less than", |
| 876 | "Label": "vin", |
| 877 | "Name": "lower non recoverable", |
| 878 | "Severity": 4, |
| 879 | "Value": 10.091 |
| 880 | }, |
| 881 | { |
| 882 | "Direction": "greater than", |
| 883 | "Label": "vout1", |
| 884 | "Name": "upper non recoverable", |
| 885 | "Severity": 4, |
| 886 | "Value": 14.333 |
| 887 | }, |
| 888 | { |
| 889 | "Direction": "greater than", |
| 890 | "Label": "vout1", |
| 891 | "Name": "upper critical", |
| 892 | "Severity": 1, |
Delphine CC Chiu | 6134205 | 2024-03-05 19:47:57 +0800 | [diff] [blame] | 893 | "Value": 13.176 |
Delphine CC Chiu | 82e6a3f | 2023-08-08 17:42:59 +0800 | [diff] [blame] | 894 | }, |
| 895 | { |
| 896 | "Direction": "greater than", |
| 897 | "Label": "vout1", |
| 898 | "Name": "upper non critical", |
| 899 | "Severity": 0, |
Delphine CC Chiu | 6134205 | 2024-03-05 19:47:57 +0800 | [diff] [blame] | 900 | "Value": 13.054 |
Delphine CC Chiu | 82e6a3f | 2023-08-08 17:42:59 +0800 | [diff] [blame] | 901 | }, |
| 902 | { |
| 903 | "Direction": "less than", |
| 904 | "Label": "vout1", |
| 905 | "Name": "lower non critical", |
| 906 | "Severity": 0, |
Delphine CC Chiu | 6134205 | 2024-03-05 19:47:57 +0800 | [diff] [blame] | 907 | "Value": 11.346 |
Delphine CC Chiu | 82e6a3f | 2023-08-08 17:42:59 +0800 | [diff] [blame] | 908 | }, |
| 909 | { |
| 910 | "Direction": "less than", |
| 911 | "Label": "vout1", |
| 912 | "Name": "lower critical", |
| 913 | "Severity": 1, |
Delphine CC Chiu | 6134205 | 2024-03-05 19:47:57 +0800 | [diff] [blame] | 914 | "Value": 11.224 |
Delphine CC Chiu | 82e6a3f | 2023-08-08 17:42:59 +0800 | [diff] [blame] | 915 | }, |
| 916 | { |
| 917 | "Direction": "less than", |
| 918 | "Label": "vout1", |
| 919 | "Name": "lower non recoverable", |
| 920 | "Severity": 4, |
| 921 | "Value": 10.091 |
| 922 | } |
| 923 | ], |
| 924 | "Type": "ADM1281", |
| 925 | "iout1_Name": "MEDUSA_MB4_12VHSC_CURR_A", |
Sara Lin | 14c474c | 2024-04-24 18:01:17 +0800 | [diff] [blame] | 926 | "iout1_Scale": 500, |
Delphine CC Chiu | 82e6a3f | 2023-08-08 17:42:59 +0800 | [diff] [blame] | 927 | "pin_Name": "MEDUSA_MB4_12VHSC_INPUT_PWR_W", |
Sara Lin | 14c474c | 2024-04-24 18:01:17 +0800 | [diff] [blame] | 928 | "pin_Scale": 500000, |
Delphine CC Chiu | 82e6a3f | 2023-08-08 17:42:59 +0800 | [diff] [blame] | 929 | "temp1_Name": "MEDUSA_MB4_12VHSC_TEMP_C", |
| 930 | "vin_Name": "MEDUSA_MB4_12VHSC_INPUT_VOLT_V", |
| 931 | "vout1_Name": "MEDUSA_MB4_12VHSC_OUTPUT_VOLT_V" |
| 932 | }, |
| 933 | { |
| 934 | "Address": "0x40", |
| 935 | "Bus": 4, |
| 936 | "Labels": [ |
| 937 | "temp1", |
| 938 | "vin", |
| 939 | "vout1", |
| 940 | "iout1", |
| 941 | "pin" |
| 942 | ], |
| 943 | "Name": "MEDUSA_MB5_12VHSC", |
| 944 | "Thresholds": [ |
| 945 | { |
| 946 | "Direction": "greater than", |
| 947 | "Label": "iout1", |
| 948 | "Name": "upper non recoverable", |
| 949 | "Severity": 4, |
| 950 | "Value": 90 |
| 951 | }, |
| 952 | { |
| 953 | "Direction": "greater than", |
| 954 | "Label": "iout1", |
| 955 | "Name": "upper critical", |
| 956 | "Severity": 1, |
| 957 | "Value": 87.956 |
| 958 | }, |
| 959 | { |
| 960 | "Direction": "greater than", |
| 961 | "Label": "iout1", |
| 962 | "Name": "upper non critical", |
| 963 | "Severity": 0, |
| 964 | "Value": 83.958 |
| 965 | }, |
| 966 | { |
| 967 | "Direction": "greater than", |
| 968 | "Label": "pin", |
| 969 | "Name": "upper non recoverable", |
| 970 | "Severity": 4, |
| 971 | "Value": 1125 |
| 972 | }, |
| 973 | { |
| 974 | "Direction": "greater than", |
| 975 | "Label": "pin", |
| 976 | "Name": "upper critical", |
| 977 | "Severity": 1, |
| 978 | "Value": 1099.45 |
| 979 | }, |
| 980 | { |
| 981 | "Direction": "greater than", |
| 982 | "Label": "pin", |
| 983 | "Name": "upper non critical", |
| 984 | "Severity": 0, |
| 985 | "Value": 1049.475 |
| 986 | }, |
| 987 | { |
| 988 | "Direction": "greater than", |
| 989 | "Label": "temp1", |
| 990 | "Name": "upper critical", |
| 991 | "Severity": 1, |
Delphine CC Chiu | 86bac2b | 2024-05-08 13:30:02 +0800 | [diff] [blame] | 992 | "Value": 100 |
Delphine CC Chiu | 82e6a3f | 2023-08-08 17:42:59 +0800 | [diff] [blame] | 993 | }, |
| 994 | { |
| 995 | "Direction": "greater than", |
| 996 | "Label": "vin", |
| 997 | "Name": "upper non recoverable", |
| 998 | "Severity": 4, |
| 999 | "Value": 14.333 |
| 1000 | }, |
| 1001 | { |
| 1002 | "Direction": "greater than", |
| 1003 | "Label": "vin", |
| 1004 | "Name": "upper critical", |
| 1005 | "Severity": 1, |
Delphine CC Chiu | 6134205 | 2024-03-05 19:47:57 +0800 | [diff] [blame] | 1006 | "Value": 13.176 |
Delphine CC Chiu | 82e6a3f | 2023-08-08 17:42:59 +0800 | [diff] [blame] | 1007 | }, |
| 1008 | { |
| 1009 | "Direction": "greater than", |
| 1010 | "Label": "vin", |
| 1011 | "Name": "upper non critical", |
| 1012 | "Severity": 0, |
Delphine CC Chiu | 6134205 | 2024-03-05 19:47:57 +0800 | [diff] [blame] | 1013 | "Value": 13.054 |
Delphine CC Chiu | 82e6a3f | 2023-08-08 17:42:59 +0800 | [diff] [blame] | 1014 | }, |
| 1015 | { |
| 1016 | "Direction": "less than", |
| 1017 | "Label": "vin", |
| 1018 | "Name": "lower non critical", |
| 1019 | "Severity": 0, |
Delphine CC Chiu | 6134205 | 2024-03-05 19:47:57 +0800 | [diff] [blame] | 1020 | "Value": 11.346 |
Delphine CC Chiu | 82e6a3f | 2023-08-08 17:42:59 +0800 | [diff] [blame] | 1021 | }, |
| 1022 | { |
| 1023 | "Direction": "less than", |
| 1024 | "Label": "vin", |
| 1025 | "Name": "lower critical", |
| 1026 | "Severity": 1, |
Delphine CC Chiu | 6134205 | 2024-03-05 19:47:57 +0800 | [diff] [blame] | 1027 | "Value": 11.224 |
Delphine CC Chiu | 82e6a3f | 2023-08-08 17:42:59 +0800 | [diff] [blame] | 1028 | }, |
| 1029 | { |
| 1030 | "Direction": "less than", |
| 1031 | "Label": "vin", |
| 1032 | "Name": "lower non recoverable", |
| 1033 | "Severity": 4, |
| 1034 | "Value": 10.091 |
| 1035 | }, |
| 1036 | { |
| 1037 | "Direction": "greater than", |
| 1038 | "Label": "vout1", |
| 1039 | "Name": "upper non recoverable", |
| 1040 | "Severity": 4, |
| 1041 | "Value": 14.333 |
| 1042 | }, |
| 1043 | { |
| 1044 | "Direction": "greater than", |
| 1045 | "Label": "vout1", |
| 1046 | "Name": "upper critical", |
| 1047 | "Severity": 1, |
Delphine CC Chiu | 6134205 | 2024-03-05 19:47:57 +0800 | [diff] [blame] | 1048 | "Value": 13.176 |
Delphine CC Chiu | 82e6a3f | 2023-08-08 17:42:59 +0800 | [diff] [blame] | 1049 | }, |
| 1050 | { |
| 1051 | "Direction": "greater than", |
| 1052 | "Label": "vout1", |
| 1053 | "Name": "upper non critical", |
| 1054 | "Severity": 0, |
Delphine CC Chiu | 6134205 | 2024-03-05 19:47:57 +0800 | [diff] [blame] | 1055 | "Value": 13.054 |
Delphine CC Chiu | 82e6a3f | 2023-08-08 17:42:59 +0800 | [diff] [blame] | 1056 | }, |
| 1057 | { |
| 1058 | "Direction": "less than", |
| 1059 | "Label": "vout1", |
| 1060 | "Name": "lower non critical", |
| 1061 | "Severity": 0, |
Delphine CC Chiu | 6134205 | 2024-03-05 19:47:57 +0800 | [diff] [blame] | 1062 | "Value": 11.346 |
Delphine CC Chiu | 82e6a3f | 2023-08-08 17:42:59 +0800 | [diff] [blame] | 1063 | }, |
| 1064 | { |
| 1065 | "Direction": "less than", |
| 1066 | "Label": "vout1", |
| 1067 | "Name": "lower critical", |
| 1068 | "Severity": 1, |
Delphine CC Chiu | 6134205 | 2024-03-05 19:47:57 +0800 | [diff] [blame] | 1069 | "Value": 11.224 |
Delphine CC Chiu | 82e6a3f | 2023-08-08 17:42:59 +0800 | [diff] [blame] | 1070 | }, |
| 1071 | { |
| 1072 | "Direction": "less than", |
| 1073 | "Label": "vout1", |
| 1074 | "Name": "lower non recoverable", |
| 1075 | "Severity": 4, |
| 1076 | "Value": 10.091 |
| 1077 | } |
| 1078 | ], |
| 1079 | "Type": "ADM1281", |
| 1080 | "iout1_Name": "MEDUSA_MB5_12VHSC_CURR_A", |
Sara Lin | 14c474c | 2024-04-24 18:01:17 +0800 | [diff] [blame] | 1081 | "iout1_Scale": 500, |
Delphine CC Chiu | 82e6a3f | 2023-08-08 17:42:59 +0800 | [diff] [blame] | 1082 | "pin_Name": "MEDUSA_MB5_12VHSC_INPUT_PWR_W", |
Sara Lin | 14c474c | 2024-04-24 18:01:17 +0800 | [diff] [blame] | 1083 | "pin_Scale": 500000, |
Delphine CC Chiu | 82e6a3f | 2023-08-08 17:42:59 +0800 | [diff] [blame] | 1084 | "temp1_Name": "MEDUSA_MB5_12VHSC_TEMP_C", |
| 1085 | "vin_Name": "MEDUSA_MB5_12VHSC_INPUT_VOLT_V", |
| 1086 | "vout1_Name": "MEDUSA_MB5_12VHSC_OUTPUT_VOLT_V" |
| 1087 | }, |
| 1088 | { |
| 1089 | "Address": "0x40", |
| 1090 | "Bus": 5, |
| 1091 | "Labels": [ |
| 1092 | "temp1", |
| 1093 | "vin", |
| 1094 | "vout1", |
| 1095 | "iout1", |
| 1096 | "pin" |
| 1097 | ], |
| 1098 | "Name": "MEDUSA_MB6_12VHSC", |
| 1099 | "Thresholds": [ |
| 1100 | { |
| 1101 | "Direction": "greater than", |
| 1102 | "Label": "iout1", |
| 1103 | "Name": "upper non recoverable", |
| 1104 | "Severity": 4, |
| 1105 | "Value": 90 |
| 1106 | }, |
| 1107 | { |
| 1108 | "Direction": "greater than", |
| 1109 | "Label": "iout1", |
| 1110 | "Name": "upper critical", |
| 1111 | "Severity": 1, |
| 1112 | "Value": 87.956 |
| 1113 | }, |
| 1114 | { |
| 1115 | "Direction": "greater than", |
| 1116 | "Label": "iout1", |
| 1117 | "Name": "upper non critical", |
| 1118 | "Severity": 0, |
| 1119 | "Value": 83.958 |
| 1120 | }, |
| 1121 | { |
| 1122 | "Direction": "greater than", |
| 1123 | "Label": "pin", |
| 1124 | "Name": "upper non recoverable", |
| 1125 | "Severity": 4, |
| 1126 | "Value": 1125 |
| 1127 | }, |
| 1128 | { |
| 1129 | "Direction": "greater than", |
| 1130 | "Label": "pin", |
| 1131 | "Name": "upper critical", |
| 1132 | "Severity": 1, |
| 1133 | "Value": 1099.45 |
| 1134 | }, |
| 1135 | { |
| 1136 | "Direction": "greater than", |
| 1137 | "Label": "pin", |
| 1138 | "Name": "upper non critical", |
| 1139 | "Severity": 0, |
| 1140 | "Value": 1049.475 |
| 1141 | }, |
| 1142 | { |
| 1143 | "Direction": "greater than", |
| 1144 | "Label": "temp1", |
| 1145 | "Name": "upper critical", |
| 1146 | "Severity": 1, |
Delphine CC Chiu | 86bac2b | 2024-05-08 13:30:02 +0800 | [diff] [blame] | 1147 | "Value": 100 |
Delphine CC Chiu | 82e6a3f | 2023-08-08 17:42:59 +0800 | [diff] [blame] | 1148 | }, |
| 1149 | { |
| 1150 | "Direction": "greater than", |
| 1151 | "Label": "vin", |
| 1152 | "Name": "upper non recoverable", |
| 1153 | "Severity": 4, |
| 1154 | "Value": 14.333 |
| 1155 | }, |
| 1156 | { |
| 1157 | "Direction": "greater than", |
| 1158 | "Label": "vin", |
| 1159 | "Name": "upper critical", |
| 1160 | "Severity": 1, |
Delphine CC Chiu | 6134205 | 2024-03-05 19:47:57 +0800 | [diff] [blame] | 1161 | "Value": 13.176 |
Delphine CC Chiu | 82e6a3f | 2023-08-08 17:42:59 +0800 | [diff] [blame] | 1162 | }, |
| 1163 | { |
| 1164 | "Direction": "greater than", |
| 1165 | "Label": "vin", |
| 1166 | "Name": "upper non critical", |
| 1167 | "Severity": 0, |
Delphine CC Chiu | 6134205 | 2024-03-05 19:47:57 +0800 | [diff] [blame] | 1168 | "Value": 13.054 |
Delphine CC Chiu | 82e6a3f | 2023-08-08 17:42:59 +0800 | [diff] [blame] | 1169 | }, |
| 1170 | { |
| 1171 | "Direction": "less than", |
| 1172 | "Label": "vin", |
| 1173 | "Name": "lower non critical", |
| 1174 | "Severity": 0, |
Delphine CC Chiu | 6134205 | 2024-03-05 19:47:57 +0800 | [diff] [blame] | 1175 | "Value": 11.346 |
Delphine CC Chiu | 82e6a3f | 2023-08-08 17:42:59 +0800 | [diff] [blame] | 1176 | }, |
| 1177 | { |
| 1178 | "Direction": "less than", |
| 1179 | "Label": "vin", |
| 1180 | "Name": "lower critical", |
| 1181 | "Severity": 1, |
Delphine CC Chiu | 6134205 | 2024-03-05 19:47:57 +0800 | [diff] [blame] | 1182 | "Value": 11.224 |
Delphine CC Chiu | 82e6a3f | 2023-08-08 17:42:59 +0800 | [diff] [blame] | 1183 | }, |
| 1184 | { |
| 1185 | "Direction": "less than", |
| 1186 | "Label": "vin", |
| 1187 | "Name": "lower non recoverable", |
| 1188 | "Severity": 4, |
| 1189 | "Value": 10.091 |
| 1190 | }, |
| 1191 | { |
| 1192 | "Direction": "greater than", |
| 1193 | "Label": "vout1", |
| 1194 | "Name": "upper non recoverable", |
| 1195 | "Severity": 4, |
| 1196 | "Value": 14.333 |
| 1197 | }, |
| 1198 | { |
| 1199 | "Direction": "greater than", |
| 1200 | "Label": "vout1", |
| 1201 | "Name": "upper critical", |
| 1202 | "Severity": 1, |
Delphine CC Chiu | 6134205 | 2024-03-05 19:47:57 +0800 | [diff] [blame] | 1203 | "Value": 13.176 |
Delphine CC Chiu | 82e6a3f | 2023-08-08 17:42:59 +0800 | [diff] [blame] | 1204 | }, |
| 1205 | { |
| 1206 | "Direction": "greater than", |
| 1207 | "Label": "vout1", |
| 1208 | "Name": "upper non critical", |
| 1209 | "Severity": 0, |
Delphine CC Chiu | 6134205 | 2024-03-05 19:47:57 +0800 | [diff] [blame] | 1210 | "Value": 13.054 |
Delphine CC Chiu | 82e6a3f | 2023-08-08 17:42:59 +0800 | [diff] [blame] | 1211 | }, |
| 1212 | { |
| 1213 | "Direction": "less than", |
| 1214 | "Label": "vout1", |
| 1215 | "Name": "lower non critical", |
| 1216 | "Severity": 0, |
Delphine CC Chiu | 6134205 | 2024-03-05 19:47:57 +0800 | [diff] [blame] | 1217 | "Value": 11.346 |
Delphine CC Chiu | 82e6a3f | 2023-08-08 17:42:59 +0800 | [diff] [blame] | 1218 | }, |
| 1219 | { |
| 1220 | "Direction": "less than", |
| 1221 | "Label": "vout1", |
| 1222 | "Name": "lower critical", |
| 1223 | "Severity": 1, |
Delphine CC Chiu | 6134205 | 2024-03-05 19:47:57 +0800 | [diff] [blame] | 1224 | "Value": 11.224 |
Delphine CC Chiu | 82e6a3f | 2023-08-08 17:42:59 +0800 | [diff] [blame] | 1225 | }, |
| 1226 | { |
| 1227 | "Direction": "less than", |
| 1228 | "Label": "vout1", |
| 1229 | "Name": "lower non recoverable", |
| 1230 | "Severity": 4, |
| 1231 | "Value": 10.091 |
| 1232 | } |
| 1233 | ], |
| 1234 | "Type": "ADM1281", |
| 1235 | "iout1_Name": "MEDUSA_MB6_12VHSC_CURR_A", |
Sara Lin | 14c474c | 2024-04-24 18:01:17 +0800 | [diff] [blame] | 1236 | "iout1_Scale": 500, |
Delphine CC Chiu | 82e6a3f | 2023-08-08 17:42:59 +0800 | [diff] [blame] | 1237 | "pin_Name": "MEDUSA_MB6_12VHSC_INPUT_PWR_W", |
Sara Lin | 14c474c | 2024-04-24 18:01:17 +0800 | [diff] [blame] | 1238 | "pin_Scale": 500000, |
Delphine CC Chiu | 82e6a3f | 2023-08-08 17:42:59 +0800 | [diff] [blame] | 1239 | "temp1_Name": "MEDUSA_MB6_12VHSC_TEMP_C", |
| 1240 | "vin_Name": "MEDUSA_MB6_12VHSC_INPUT_VOLT_V", |
| 1241 | "vout1_Name": "MEDUSA_MB6_12VHSC_OUTPUT_VOLT_V" |
| 1242 | }, |
| 1243 | { |
| 1244 | "Address": "0x40", |
| 1245 | "Bus": 6, |
| 1246 | "Labels": [ |
| 1247 | "temp1", |
| 1248 | "vin", |
| 1249 | "vout1", |
| 1250 | "iout1", |
| 1251 | "pin" |
| 1252 | ], |
| 1253 | "Name": "MEDUSA_MB7_12VHSC", |
| 1254 | "Thresholds": [ |
| 1255 | { |
| 1256 | "Direction": "greater than", |
| 1257 | "Label": "iout1", |
| 1258 | "Name": "upper non recoverable", |
| 1259 | "Severity": 4, |
| 1260 | "Value": 90 |
| 1261 | }, |
| 1262 | { |
| 1263 | "Direction": "greater than", |
| 1264 | "Label": "iout1", |
| 1265 | "Name": "upper critical", |
| 1266 | "Severity": 1, |
| 1267 | "Value": 87.956 |
| 1268 | }, |
| 1269 | { |
| 1270 | "Direction": "greater than", |
| 1271 | "Label": "iout1", |
| 1272 | "Name": "upper non critical", |
| 1273 | "Severity": 0, |
| 1274 | "Value": 83.958 |
| 1275 | }, |
| 1276 | { |
| 1277 | "Direction": "greater than", |
| 1278 | "Label": "pin", |
| 1279 | "Name": "upper non recoverable", |
| 1280 | "Severity": 4, |
| 1281 | "Value": 1125 |
| 1282 | }, |
| 1283 | { |
| 1284 | "Direction": "greater than", |
| 1285 | "Label": "pin", |
| 1286 | "Name": "upper critical", |
| 1287 | "Severity": 1, |
| 1288 | "Value": 1099.45 |
| 1289 | }, |
| 1290 | { |
| 1291 | "Direction": "greater than", |
| 1292 | "Label": "pin", |
| 1293 | "Name": "upper non critical", |
| 1294 | "Severity": 0, |
| 1295 | "Value": 1049.475 |
| 1296 | }, |
| 1297 | { |
| 1298 | "Direction": "greater than", |
| 1299 | "Label": "temp1", |
| 1300 | "Name": "upper critical", |
| 1301 | "Severity": 1, |
Delphine CC Chiu | 86bac2b | 2024-05-08 13:30:02 +0800 | [diff] [blame] | 1302 | "Value": 100 |
Delphine CC Chiu | 82e6a3f | 2023-08-08 17:42:59 +0800 | [diff] [blame] | 1303 | }, |
| 1304 | { |
| 1305 | "Direction": "greater than", |
| 1306 | "Label": "vin", |
| 1307 | "Name": "upper non recoverable", |
| 1308 | "Severity": 4, |
| 1309 | "Value": 14.333 |
| 1310 | }, |
| 1311 | { |
| 1312 | "Direction": "greater than", |
| 1313 | "Label": "vin", |
| 1314 | "Name": "upper critical", |
| 1315 | "Severity": 1, |
Delphine CC Chiu | 6134205 | 2024-03-05 19:47:57 +0800 | [diff] [blame] | 1316 | "Value": 13.176 |
Delphine CC Chiu | 82e6a3f | 2023-08-08 17:42:59 +0800 | [diff] [blame] | 1317 | }, |
| 1318 | { |
| 1319 | "Direction": "greater than", |
| 1320 | "Label": "vin", |
| 1321 | "Name": "upper non critical", |
| 1322 | "Severity": 0, |
Delphine CC Chiu | 6134205 | 2024-03-05 19:47:57 +0800 | [diff] [blame] | 1323 | "Value": 13.054 |
Delphine CC Chiu | 82e6a3f | 2023-08-08 17:42:59 +0800 | [diff] [blame] | 1324 | }, |
| 1325 | { |
| 1326 | "Direction": "less than", |
| 1327 | "Label": "vin", |
| 1328 | "Name": "lower non critical", |
| 1329 | "Severity": 0, |
Delphine CC Chiu | 6134205 | 2024-03-05 19:47:57 +0800 | [diff] [blame] | 1330 | "Value": 11.346 |
Delphine CC Chiu | 82e6a3f | 2023-08-08 17:42:59 +0800 | [diff] [blame] | 1331 | }, |
| 1332 | { |
| 1333 | "Direction": "less than", |
| 1334 | "Label": "vin", |
| 1335 | "Name": "lower critical", |
| 1336 | "Severity": 1, |
Delphine CC Chiu | 6134205 | 2024-03-05 19:47:57 +0800 | [diff] [blame] | 1337 | "Value": 11.224 |
Delphine CC Chiu | 82e6a3f | 2023-08-08 17:42:59 +0800 | [diff] [blame] | 1338 | }, |
| 1339 | { |
| 1340 | "Direction": "less than", |
| 1341 | "Label": "vin", |
| 1342 | "Name": "lower non recoverable", |
| 1343 | "Severity": 4, |
| 1344 | "Value": 10.091 |
| 1345 | }, |
| 1346 | { |
| 1347 | "Direction": "greater than", |
| 1348 | "Label": "vout1", |
| 1349 | "Name": "upper non recoverable", |
| 1350 | "Severity": 4, |
| 1351 | "Value": 14.333 |
| 1352 | }, |
| 1353 | { |
| 1354 | "Direction": "greater than", |
| 1355 | "Label": "vout1", |
| 1356 | "Name": "upper critical", |
| 1357 | "Severity": 1, |
Delphine CC Chiu | 6134205 | 2024-03-05 19:47:57 +0800 | [diff] [blame] | 1358 | "Value": 13.176 |
Delphine CC Chiu | 82e6a3f | 2023-08-08 17:42:59 +0800 | [diff] [blame] | 1359 | }, |
| 1360 | { |
| 1361 | "Direction": "greater than", |
| 1362 | "Label": "vout1", |
| 1363 | "Name": "upper non critical", |
| 1364 | "Severity": 0, |
Delphine CC Chiu | 6134205 | 2024-03-05 19:47:57 +0800 | [diff] [blame] | 1365 | "Value": 13.054 |
Delphine CC Chiu | 82e6a3f | 2023-08-08 17:42:59 +0800 | [diff] [blame] | 1366 | }, |
| 1367 | { |
| 1368 | "Direction": "less than", |
| 1369 | "Label": "vout1", |
| 1370 | "Name": "lower non critical", |
| 1371 | "Severity": 0, |
Delphine CC Chiu | 6134205 | 2024-03-05 19:47:57 +0800 | [diff] [blame] | 1372 | "Value": 11.346 |
Delphine CC Chiu | 82e6a3f | 2023-08-08 17:42:59 +0800 | [diff] [blame] | 1373 | }, |
| 1374 | { |
| 1375 | "Direction": "less than", |
| 1376 | "Label": "vout1", |
| 1377 | "Name": "lower critical", |
| 1378 | "Severity": 1, |
Delphine CC Chiu | 6134205 | 2024-03-05 19:47:57 +0800 | [diff] [blame] | 1379 | "Value": 11.224 |
Delphine CC Chiu | 82e6a3f | 2023-08-08 17:42:59 +0800 | [diff] [blame] | 1380 | }, |
| 1381 | { |
| 1382 | "Direction": "less than", |
| 1383 | "Label": "vout1", |
| 1384 | "Name": "lower non recoverable", |
| 1385 | "Severity": 4, |
| 1386 | "Value": 10.091 |
| 1387 | } |
| 1388 | ], |
| 1389 | "Type": "ADM1281", |
| 1390 | "iout1_Name": "MEDUSA_MB7_12VHSC_CURR_A", |
Sara Lin | 14c474c | 2024-04-24 18:01:17 +0800 | [diff] [blame] | 1391 | "iout1_Scale": 500, |
Delphine CC Chiu | 82e6a3f | 2023-08-08 17:42:59 +0800 | [diff] [blame] | 1392 | "pin_Name": "MEDUSA_MB7_12VHSC_INPUT_PWR_W", |
Sara Lin | 14c474c | 2024-04-24 18:01:17 +0800 | [diff] [blame] | 1393 | "pin_Scale": 500000, |
Delphine CC Chiu | 82e6a3f | 2023-08-08 17:42:59 +0800 | [diff] [blame] | 1394 | "temp1_Name": "MEDUSA_MB7_12VHSC_TEMP_C", |
| 1395 | "vin_Name": "MEDUSA_MB7_12VHSC_INPUT_VOLT_V", |
| 1396 | "vout1_Name": "MEDUSA_MB7_12VHSC_OUTPUT_VOLT_V" |
| 1397 | }, |
| 1398 | { |
| 1399 | "Address": "0x40", |
| 1400 | "Bus": 7, |
| 1401 | "Labels": [ |
| 1402 | "temp1", |
| 1403 | "vin", |
| 1404 | "vout1", |
| 1405 | "iout1", |
| 1406 | "pin" |
| 1407 | ], |
| 1408 | "Name": "MEDUSA_MB8_12VHSC", |
| 1409 | "Thresholds": [ |
| 1410 | { |
| 1411 | "Direction": "greater than", |
| 1412 | "Label": "iout1", |
| 1413 | "Name": "upper non recoverable", |
| 1414 | "Severity": 4, |
| 1415 | "Value": 90 |
| 1416 | }, |
| 1417 | { |
| 1418 | "Direction": "greater than", |
| 1419 | "Label": "iout1", |
| 1420 | "Name": "upper critical", |
| 1421 | "Severity": 1, |
| 1422 | "Value": 87.956 |
| 1423 | }, |
| 1424 | { |
| 1425 | "Direction": "greater than", |
| 1426 | "Label": "iout1", |
| 1427 | "Name": "upper non critical", |
| 1428 | "Severity": 0, |
| 1429 | "Value": 83.958 |
| 1430 | }, |
| 1431 | { |
| 1432 | "Direction": "greater than", |
| 1433 | "Label": "pin", |
| 1434 | "Name": "upper non recoverable", |
| 1435 | "Severity": 4, |
| 1436 | "Value": 1125 |
| 1437 | }, |
| 1438 | { |
| 1439 | "Direction": "greater than", |
| 1440 | "Label": "pin", |
| 1441 | "Name": "upper critical", |
| 1442 | "Severity": 1, |
| 1443 | "Value": 1099.45 |
| 1444 | }, |
| 1445 | { |
| 1446 | "Direction": "greater than", |
| 1447 | "Label": "pin", |
| 1448 | "Name": "upper non critical", |
| 1449 | "Severity": 0, |
| 1450 | "Value": 1049.475 |
| 1451 | }, |
| 1452 | { |
| 1453 | "Direction": "greater than", |
| 1454 | "Label": "temp1", |
| 1455 | "Name": "upper critical", |
| 1456 | "Severity": 1, |
Delphine CC Chiu | 86bac2b | 2024-05-08 13:30:02 +0800 | [diff] [blame] | 1457 | "Value": 100 |
Delphine CC Chiu | 82e6a3f | 2023-08-08 17:42:59 +0800 | [diff] [blame] | 1458 | }, |
| 1459 | { |
| 1460 | "Direction": "greater than", |
| 1461 | "Label": "vin", |
| 1462 | "Name": "upper non recoverable", |
| 1463 | "Severity": 4, |
| 1464 | "Value": 14.333 |
| 1465 | }, |
| 1466 | { |
| 1467 | "Direction": "greater than", |
| 1468 | "Label": "vin", |
| 1469 | "Name": "upper critical", |
| 1470 | "Severity": 1, |
Delphine CC Chiu | 6134205 | 2024-03-05 19:47:57 +0800 | [diff] [blame] | 1471 | "Value": 13.176 |
Delphine CC Chiu | 82e6a3f | 2023-08-08 17:42:59 +0800 | [diff] [blame] | 1472 | }, |
| 1473 | { |
| 1474 | "Direction": "greater than", |
| 1475 | "Label": "vin", |
| 1476 | "Name": "upper non critical", |
| 1477 | "Severity": 0, |
Delphine CC Chiu | 6134205 | 2024-03-05 19:47:57 +0800 | [diff] [blame] | 1478 | "Value": 13.054 |
Delphine CC Chiu | 82e6a3f | 2023-08-08 17:42:59 +0800 | [diff] [blame] | 1479 | }, |
| 1480 | { |
| 1481 | "Direction": "less than", |
| 1482 | "Label": "vin", |
| 1483 | "Name": "lower non critical", |
| 1484 | "Severity": 0, |
Delphine CC Chiu | 6134205 | 2024-03-05 19:47:57 +0800 | [diff] [blame] | 1485 | "Value": 11.346 |
Delphine CC Chiu | 82e6a3f | 2023-08-08 17:42:59 +0800 | [diff] [blame] | 1486 | }, |
| 1487 | { |
| 1488 | "Direction": "less than", |
| 1489 | "Label": "vin", |
| 1490 | "Name": "lower critical", |
| 1491 | "Severity": 1, |
Delphine CC Chiu | 6134205 | 2024-03-05 19:47:57 +0800 | [diff] [blame] | 1492 | "Value": 11.224 |
Delphine CC Chiu | 82e6a3f | 2023-08-08 17:42:59 +0800 | [diff] [blame] | 1493 | }, |
| 1494 | { |
| 1495 | "Direction": "less than", |
| 1496 | "Label": "vin", |
| 1497 | "Name": "lower non recoverable", |
| 1498 | "Severity": 4, |
| 1499 | "Value": 10.091 |
| 1500 | }, |
| 1501 | { |
| 1502 | "Direction": "greater than", |
| 1503 | "Label": "vout1", |
| 1504 | "Name": "upper non recoverable", |
| 1505 | "Severity": 4, |
| 1506 | "Value": 14.333 |
| 1507 | }, |
| 1508 | { |
| 1509 | "Direction": "greater than", |
| 1510 | "Label": "vout1", |
| 1511 | "Name": "upper critical", |
| 1512 | "Severity": 1, |
Delphine CC Chiu | 6134205 | 2024-03-05 19:47:57 +0800 | [diff] [blame] | 1513 | "Value": 13.176 |
Delphine CC Chiu | 82e6a3f | 2023-08-08 17:42:59 +0800 | [diff] [blame] | 1514 | }, |
| 1515 | { |
| 1516 | "Direction": "greater than", |
| 1517 | "Label": "vout1", |
| 1518 | "Name": "upper non critical", |
| 1519 | "Severity": 0, |
Delphine CC Chiu | 6134205 | 2024-03-05 19:47:57 +0800 | [diff] [blame] | 1520 | "Value": 13.054 |
Delphine CC Chiu | 82e6a3f | 2023-08-08 17:42:59 +0800 | [diff] [blame] | 1521 | }, |
| 1522 | { |
| 1523 | "Direction": "less than", |
| 1524 | "Label": "vout1", |
| 1525 | "Name": "lower non critical", |
| 1526 | "Severity": 0, |
Delphine CC Chiu | 6134205 | 2024-03-05 19:47:57 +0800 | [diff] [blame] | 1527 | "Value": 11.346 |
Delphine CC Chiu | 82e6a3f | 2023-08-08 17:42:59 +0800 | [diff] [blame] | 1528 | }, |
| 1529 | { |
| 1530 | "Direction": "less than", |
| 1531 | "Label": "vout1", |
| 1532 | "Name": "lower critical", |
| 1533 | "Severity": 1, |
Delphine CC Chiu | 6134205 | 2024-03-05 19:47:57 +0800 | [diff] [blame] | 1534 | "Value": 11.224 |
Delphine CC Chiu | 82e6a3f | 2023-08-08 17:42:59 +0800 | [diff] [blame] | 1535 | }, |
| 1536 | { |
| 1537 | "Direction": "less than", |
| 1538 | "Label": "vout1", |
| 1539 | "Name": "lower non recoverable", |
| 1540 | "Severity": 4, |
| 1541 | "Value": 10.091 |
| 1542 | } |
| 1543 | ], |
| 1544 | "Type": "ADM1281", |
| 1545 | "iout1_Name": "MEDUSA_MB8_12VHSC_CURR_A", |
Sara Lin | 14c474c | 2024-04-24 18:01:17 +0800 | [diff] [blame] | 1546 | "iout1_Scale": 500, |
Delphine CC Chiu | 82e6a3f | 2023-08-08 17:42:59 +0800 | [diff] [blame] | 1547 | "pin_Name": "MEDUSA_MB8_12VHSC_INPUT_PWR_W", |
Sara Lin | 14c474c | 2024-04-24 18:01:17 +0800 | [diff] [blame] | 1548 | "pin_Scale": 500000, |
Delphine CC Chiu | 82e6a3f | 2023-08-08 17:42:59 +0800 | [diff] [blame] | 1549 | "temp1_Name": "MEDUSA_MB8_12VHSC_TEMP_C", |
| 1550 | "vin_Name": "MEDUSA_MB8_12VHSC_INPUT_VOLT_V", |
| 1551 | "vout1_Name": "MEDUSA_MB8_12VHSC_OUTPUT_VOLT_V" |
| 1552 | }, |
| 1553 | { |
Delphine CC Chiu | f517029 | 2024-02-01 13:13:39 +0800 | [diff] [blame] | 1554 | "Address": "0x41", |
| 1555 | "Bus": 11, |
| 1556 | "Labels": [ |
| 1557 | "vout1" |
| 1558 | ], |
| 1559 | "Name": "MEDUSA_ADC_GND_SENSE", |
| 1560 | "Type": "INA233", |
| 1561 | "vout1_Name": "MEDUSA_ADC_GND_SENSE_VOLT_V" |
| 1562 | }, |
| 1563 | { |
| 1564 | "Address": "0x44", |
| 1565 | "Bus": 11, |
| 1566 | "Labels": [ |
Delphine CC Chiu | 6469562 | 2024-05-02 17:59:33 +0800 | [diff] [blame] | 1567 | "in0" |
Delphine CC Chiu | f517029 | 2024-02-01 13:13:39 +0800 | [diff] [blame] | 1568 | ], |
| 1569 | "Name": "MEDUSA_ADC_48V_SENSE", |
| 1570 | "Thresholds": [ |
| 1571 | { |
| 1572 | "Direction": "greater than", |
Delphine CC Chiu | 6469562 | 2024-05-02 17:59:33 +0800 | [diff] [blame] | 1573 | "Label": "in0", |
Delphine CC Chiu | f517029 | 2024-02-01 13:13:39 +0800 | [diff] [blame] | 1574 | "Name": "upper non recoverable", |
| 1575 | "Severity": 4, |
Delphine CC Chiu | 6469562 | 2024-05-02 17:59:33 +0800 | [diff] [blame] | 1576 | "Value": 0.04 |
Delphine CC Chiu | f517029 | 2024-02-01 13:13:39 +0800 | [diff] [blame] | 1577 | }, |
| 1578 | { |
| 1579 | "Direction": "greater than", |
Delphine CC Chiu | 6469562 | 2024-05-02 17:59:33 +0800 | [diff] [blame] | 1580 | "Label": "in0", |
Delphine CC Chiu | f517029 | 2024-02-01 13:13:39 +0800 | [diff] [blame] | 1581 | "Name": "upper critical", |
| 1582 | "Severity": 1, |
Delphine CC Chiu | 6469562 | 2024-05-02 17:59:33 +0800 | [diff] [blame] | 1583 | "Value": 0.04 |
Delphine CC Chiu | f517029 | 2024-02-01 13:13:39 +0800 | [diff] [blame] | 1584 | }, |
| 1585 | { |
| 1586 | "Direction": "greater than", |
Delphine CC Chiu | 6469562 | 2024-05-02 17:59:33 +0800 | [diff] [blame] | 1587 | "Label": "in0", |
Delphine CC Chiu | f517029 | 2024-02-01 13:13:39 +0800 | [diff] [blame] | 1588 | "Name": "upper non critical", |
| 1589 | "Severity": 0, |
Delphine CC Chiu | 6469562 | 2024-05-02 17:59:33 +0800 | [diff] [blame] | 1590 | "Value": 0.03 |
Delphine CC Chiu | f517029 | 2024-02-01 13:13:39 +0800 | [diff] [blame] | 1591 | }, |
| 1592 | { |
| 1593 | "Direction": "less than", |
Delphine CC Chiu | 6469562 | 2024-05-02 17:59:33 +0800 | [diff] [blame] | 1594 | "Label": "in0", |
Delphine CC Chiu | f517029 | 2024-02-01 13:13:39 +0800 | [diff] [blame] | 1595 | "Name": "lower non critical", |
| 1596 | "Severity": 0, |
Delphine CC Chiu | 6469562 | 2024-05-02 17:59:33 +0800 | [diff] [blame] | 1597 | "Value": -0.01 |
Delphine CC Chiu | f517029 | 2024-02-01 13:13:39 +0800 | [diff] [blame] | 1598 | }, |
| 1599 | { |
| 1600 | "Direction": "less than", |
Delphine CC Chiu | 6469562 | 2024-05-02 17:59:33 +0800 | [diff] [blame] | 1601 | "Label": "in0", |
Delphine CC Chiu | f517029 | 2024-02-01 13:13:39 +0800 | [diff] [blame] | 1602 | "Name": "lower critical", |
| 1603 | "Severity": 1, |
Delphine CC Chiu | 6469562 | 2024-05-02 17:59:33 +0800 | [diff] [blame] | 1604 | "Value": -0.02 |
Delphine CC Chiu | f517029 | 2024-02-01 13:13:39 +0800 | [diff] [blame] | 1605 | }, |
| 1606 | { |
| 1607 | "Direction": "less than", |
Delphine CC Chiu | 6469562 | 2024-05-02 17:59:33 +0800 | [diff] [blame] | 1608 | "Label": "in0", |
Delphine CC Chiu | f517029 | 2024-02-01 13:13:39 +0800 | [diff] [blame] | 1609 | "Name": "lower non recoverable", |
| 1610 | "Severity": 4, |
Delphine CC Chiu | 6469562 | 2024-05-02 17:59:33 +0800 | [diff] [blame] | 1611 | "Value": -0.02 |
Delphine CC Chiu | f517029 | 2024-02-01 13:13:39 +0800 | [diff] [blame] | 1612 | } |
| 1613 | ], |
| 1614 | "Type": "INA238", |
| 1615 | "in1_Name": "MEDUSA_ADC_48V_SENSE_VOLT_V" |
| 1616 | }, |
| 1617 | { |
Delphine CC Chiu | 82e6a3f | 2023-08-08 17:42:59 +0800 | [diff] [blame] | 1618 | "Address": "0x40", |
| 1619 | "Bus": 11, |
| 1620 | "Labels": [ |
| 1621 | "temp1", |
| 1622 | "vin", |
| 1623 | "vout1", |
Ian Chien | 1c87b2b | 2024-07-16 14:34:47 +0800 | [diff] [blame] | 1624 | "iout1", |
| 1625 | "pin" |
Delphine CC Chiu | 82e6a3f | 2023-08-08 17:42:59 +0800 | [diff] [blame] | 1626 | ], |
| 1627 | "Name": "MEDUSA_12VEFFUSE", |
| 1628 | "Thresholds": [ |
| 1629 | { |
| 1630 | "Direction": "greater than", |
Ian Chien | 1c87b2b | 2024-07-16 14:34:47 +0800 | [diff] [blame] | 1631 | "Label": "pin", |
| 1632 | "Name": "upper non recoverable", |
| 1633 | "Severity": 4, |
| 1634 | "Value": 47.5 |
| 1635 | }, |
| 1636 | { |
| 1637 | "Direction": "greater than", |
| 1638 | "Label": "pin", |
| 1639 | "Name": "upper critical", |
| 1640 | "Severity": 1, |
| 1641 | "Value": 44.55 |
| 1642 | }, |
| 1643 | { |
| 1644 | "Direction": "greater than", |
| 1645 | "Label": "pin", |
| 1646 | "Name": "upper non critical", |
| 1647 | "Severity": 0, |
| 1648 | "Value": 44.1375 |
| 1649 | }, |
| 1650 | { |
| 1651 | "Direction": "greater than", |
Delphine CC Chiu | 82e6a3f | 2023-08-08 17:42:59 +0800 | [diff] [blame] | 1652 | "Label": "vin", |
| 1653 | "Name": "upper non recoverable", |
| 1654 | "Severity": 4, |
| 1655 | "Value": 14.333 |
| 1656 | }, |
| 1657 | { |
| 1658 | "Direction": "greater than", |
| 1659 | "Label": "vin", |
| 1660 | "Name": "upper critical", |
| 1661 | "Severity": 1, |
Delphine CC Chiu | 6134205 | 2024-03-05 19:47:57 +0800 | [diff] [blame] | 1662 | "Value": 13.176 |
Delphine CC Chiu | 82e6a3f | 2023-08-08 17:42:59 +0800 | [diff] [blame] | 1663 | }, |
| 1664 | { |
| 1665 | "Direction": "greater than", |
| 1666 | "Label": "vin", |
| 1667 | "Name": "upper non critical", |
| 1668 | "Severity": 0, |
Delphine CC Chiu | 6134205 | 2024-03-05 19:47:57 +0800 | [diff] [blame] | 1669 | "Value": 13.054 |
Delphine CC Chiu | 82e6a3f | 2023-08-08 17:42:59 +0800 | [diff] [blame] | 1670 | }, |
| 1671 | { |
| 1672 | "Direction": "less than", |
| 1673 | "Label": "vin", |
| 1674 | "Name": "lower non critical", |
| 1675 | "Severity": 0, |
Delphine CC Chiu | 6134205 | 2024-03-05 19:47:57 +0800 | [diff] [blame] | 1676 | "Value": 11.346 |
Delphine CC Chiu | 82e6a3f | 2023-08-08 17:42:59 +0800 | [diff] [blame] | 1677 | }, |
| 1678 | { |
| 1679 | "Direction": "less than", |
| 1680 | "Label": "vin", |
| 1681 | "Name": "lower critical", |
| 1682 | "Severity": 1, |
Delphine CC Chiu | 6134205 | 2024-03-05 19:47:57 +0800 | [diff] [blame] | 1683 | "Value": 11.224 |
Delphine CC Chiu | 82e6a3f | 2023-08-08 17:42:59 +0800 | [diff] [blame] | 1684 | }, |
| 1685 | { |
| 1686 | "Direction": "less than", |
| 1687 | "Label": "vin", |
| 1688 | "Name": "lower non recoverable", |
| 1689 | "Severity": 4, |
| 1690 | "Value": 10.091 |
| 1691 | }, |
| 1692 | { |
| 1693 | "Direction": "greater than", |
| 1694 | "Label": "vout1", |
| 1695 | "Name": "upper non recoverable", |
| 1696 | "Severity": 4, |
| 1697 | "Value": 14.333 |
| 1698 | }, |
| 1699 | { |
| 1700 | "Direction": "greater than", |
| 1701 | "Label": "vout1", |
| 1702 | "Name": "upper critical", |
| 1703 | "Severity": 1, |
Delphine CC Chiu | 6134205 | 2024-03-05 19:47:57 +0800 | [diff] [blame] | 1704 | "Value": 13.176 |
Delphine CC Chiu | 82e6a3f | 2023-08-08 17:42:59 +0800 | [diff] [blame] | 1705 | }, |
| 1706 | { |
| 1707 | "Direction": "greater than", |
| 1708 | "Label": "vout1", |
| 1709 | "Name": "upper non critical", |
| 1710 | "Severity": 0, |
Delphine CC Chiu | 6134205 | 2024-03-05 19:47:57 +0800 | [diff] [blame] | 1711 | "Value": 13.054 |
Delphine CC Chiu | 82e6a3f | 2023-08-08 17:42:59 +0800 | [diff] [blame] | 1712 | }, |
| 1713 | { |
| 1714 | "Direction": "less than", |
| 1715 | "Label": "vout1", |
| 1716 | "Name": "lower non critical", |
| 1717 | "Severity": 0, |
Delphine CC Chiu | 6134205 | 2024-03-05 19:47:57 +0800 | [diff] [blame] | 1718 | "Value": 11.346 |
Delphine CC Chiu | 82e6a3f | 2023-08-08 17:42:59 +0800 | [diff] [blame] | 1719 | }, |
| 1720 | { |
| 1721 | "Direction": "less than", |
| 1722 | "Label": "vout1", |
| 1723 | "Name": "lower critical", |
| 1724 | "Severity": 1, |
Delphine CC Chiu | 6134205 | 2024-03-05 19:47:57 +0800 | [diff] [blame] | 1725 | "Value": 11.224 |
Delphine CC Chiu | 82e6a3f | 2023-08-08 17:42:59 +0800 | [diff] [blame] | 1726 | }, |
| 1727 | { |
| 1728 | "Direction": "less than", |
| 1729 | "Label": "vout1", |
| 1730 | "Name": "lower non recoverable", |
| 1731 | "Severity": 4, |
| 1732 | "Value": 10.091 |
| 1733 | }, |
| 1734 | { |
| 1735 | "Direction": "greater than", |
| 1736 | "Label": "iout1", |
| 1737 | "Name": "upper non recoverable", |
| 1738 | "Severity": 4, |
| 1739 | "Value": 20 |
| 1740 | }, |
| 1741 | { |
| 1742 | "Direction": "greater than", |
| 1743 | "Label": "iout1", |
| 1744 | "Name": "upper critical", |
| 1745 | "Severity": 1, |
| 1746 | "Value": 16.94 |
| 1747 | }, |
| 1748 | { |
| 1749 | "Direction": "greater than", |
| 1750 | "Label": "iout1", |
| 1751 | "Name": "upper non critical", |
| 1752 | "Severity": 0, |
| 1753 | "Value": 16.17 |
| 1754 | }, |
| 1755 | { |
| 1756 | "Direction": "greater than", |
| 1757 | "Label": "temp1", |
| 1758 | "Name": "upper critical", |
| 1759 | "Severity": 1, |
| 1760 | "Value": 115 |
| 1761 | } |
| 1762 | ], |
| 1763 | "Type": "MP5023", |
| 1764 | "iout1_Name": "MEDUSA_12VEFFUSE_CURR_A", |
Ian Chien | 1c87b2b | 2024-07-16 14:34:47 +0800 | [diff] [blame] | 1765 | "pin_Name": "MEDUSA_12VEFFUSE_INPUT_PWR_W", |
Delphine CC Chiu | 82e6a3f | 2023-08-08 17:42:59 +0800 | [diff] [blame] | 1766 | "temp1_Name": "MEDUSA_12VEFFUSE_TEMP_C", |
| 1767 | "vin_Name": "MEDUSA_12VEFFUSE_INPUT_VOLT_V", |
| 1768 | "vout1_Name": "MEDUSA_12VEFFUSE_OUTPUT_VOLT_V" |
| 1769 | }, |
| 1770 | { |
Delphine CC Chiu | caa0a5f | 2024-05-22 14:45:04 +0800 | [diff] [blame] | 1771 | "CheckHysteresisWithSetpoint": true, |
| 1772 | "Class": "temp", |
| 1773 | "DCoefficient": 0.0, |
| 1774 | "FFGainCoefficient": 0.0, |
| 1775 | "FFOffCoefficient": 0.0, |
| 1776 | "ICoefficient": -0.02, |
| 1777 | "ILimitMax": 100, |
| 1778 | "ILimitMin": -50, |
| 1779 | "Inputs": [ |
| 1780 | "MEDUSA_12VDELTA0_TEMP_C", |
| 1781 | "MEDUSA_12VDELTA1_TEMP_C", |
| 1782 | "MEDUSA_12VDELTA2_TEMP_C", |
| 1783 | "MEDUSA_12VDELTA3_TEMP_C" |
| 1784 | ], |
| 1785 | "Name": "PID_MEDUSA_12VDELTA", |
| 1786 | "NegativeHysteresis": 3.0, |
| 1787 | "OutLimitMax": 100, |
| 1788 | "OutLimitMin": 0, |
| 1789 | "PCoefficient": -3.0, |
| 1790 | "PositiveHysteresis": 0.0, |
| 1791 | "SetPoint": 90.0, |
| 1792 | "SlewNeg": 0.0, |
| 1793 | "SlewPos": 0.0, |
| 1794 | "Type": "Pid", |
| 1795 | "Zones": [ |
| 1796 | "Zone 1" |
| 1797 | ] |
| 1798 | }, |
| 1799 | { |
| 1800 | "Class": "temp", |
| 1801 | "Inputs": [ |
| 1802 | "MEDUSA_48VHSC0_TEMP_C", |
| 1803 | "MEDUSA_48VHSC1_TEMP_C", |
| 1804 | "MEDUSA_MB1_12VHSC_TEMP_C", |
| 1805 | "MEDUSA_MB2_12VHSC_TEMP_C", |
| 1806 | "MEDUSA_MB3_12VHSC_TEMP_C", |
| 1807 | "MEDUSA_MB4_12VHSC_TEMP_C", |
| 1808 | "MEDUSA_MB5_12VHSC_TEMP_C", |
| 1809 | "MEDUSA_MB6_12VHSC_TEMP_C", |
| 1810 | "MEDUSA_MB7_12VHSC_TEMP_C", |
| 1811 | "MEDUSA_MB8_12VHSC_TEMP_C", |
| 1812 | "MEDUSA_TEMP0_C", |
| 1813 | "MEDUSA_TEMP1_C" |
| 1814 | ], |
| 1815 | "Name": "Stepwise_MEDUSA_Non_Critical_Sensors", |
| 1816 | "NegativeHysteresis": 0, |
| 1817 | "Output": [ |
| 1818 | 20.0 |
| 1819 | ], |
| 1820 | "PositiveHysteresis": 0, |
| 1821 | "Reading": [ |
| 1822 | 20.0 |
| 1823 | ], |
| 1824 | "Type": "Stepwise", |
| 1825 | "Zones": [ |
| 1826 | "Zone 1" |
| 1827 | ] |
| 1828 | }, |
| 1829 | { |
| 1830 | "Class": "temp", |
| 1831 | "Inputs": [ |
| 1832 | "MEDUSA_12VDELTA0_TEMP_C", |
| 1833 | "MEDUSA_12VDELTA1_TEMP_C", |
| 1834 | "MEDUSA_12VDELTA2_TEMP_C", |
| 1835 | "MEDUSA_12VDELTA3_TEMP_C" |
| 1836 | ], |
| 1837 | "Name": "Stepwise_MEDUSA_12VDELTA", |
| 1838 | "NegativeHysteresis": 3, |
| 1839 | "Output": [ |
| 1840 | 20.0, |
| 1841 | 22.0, |
| 1842 | 24.0, |
| 1843 | 26.0, |
| 1844 | 28.0, |
| 1845 | 30.0 |
| 1846 | ], |
| 1847 | "PositiveHysteresis": 0, |
| 1848 | "Reading": [ |
| 1849 | 80.0, |
| 1850 | 81.0, |
| 1851 | 82.0, |
| 1852 | 83.0, |
| 1853 | 84.0, |
| 1854 | 85.0 |
| 1855 | ], |
| 1856 | "Type": "Stepwise", |
| 1857 | "Zones": [ |
| 1858 | "Zone 1" |
| 1859 | ] |
| 1860 | }, |
| 1861 | { |
Delphine CC Chiu | 82e6a3f | 2023-08-08 17:42:59 +0800 | [diff] [blame] | 1862 | "Address": "0x48", |
| 1863 | "Bus": 11, |
| 1864 | "Name": "MEDUSA_TEMP0_C", |
| 1865 | "Thresholds": [ |
| 1866 | { |
| 1867 | "Direction": "greater than", |
| 1868 | "Name": "upper critical", |
| 1869 | "Severity": 1, |
Delphine CC Chiu | 86bac2b | 2024-05-08 13:30:02 +0800 | [diff] [blame] | 1870 | "Value": 80 |
Delphine CC Chiu | 82e6a3f | 2023-08-08 17:42:59 +0800 | [diff] [blame] | 1871 | } |
| 1872 | ], |
| 1873 | "Type": "TMP75" |
| 1874 | }, |
| 1875 | { |
| 1876 | "Address": "0x49", |
| 1877 | "Bus": 11, |
| 1878 | "Name": "MEDUSA_TEMP1_C", |
| 1879 | "Thresholds": [ |
| 1880 | { |
| 1881 | "Direction": "greater than", |
| 1882 | "Name": "upper critical", |
| 1883 | "Severity": 1, |
Delphine CC Chiu | 86bac2b | 2024-05-08 13:30:02 +0800 | [diff] [blame] | 1884 | "Value": 80 |
Delphine CC Chiu | 82e6a3f | 2023-08-08 17:42:59 +0800 | [diff] [blame] | 1885 | } |
| 1886 | ], |
| 1887 | "Type": "TMP75" |
| 1888 | }, |
| 1889 | { |
| 1890 | "Address": "0x62", |
| 1891 | "Bus": 11, |
| 1892 | "Labels": [ |
| 1893 | "temp1", |
| 1894 | "vin", |
| 1895 | "vout1", |
| 1896 | "iout1" |
| 1897 | ], |
| 1898 | "Name": "MEDUSA_12VDELTA0", |
| 1899 | "Thresholds": [ |
| 1900 | { |
| 1901 | "Direction": "greater than", |
| 1902 | "Label": "vin", |
| 1903 | "Name": "upper non recoverable", |
| 1904 | "Severity": 4, |
Delphine CC Chiu | 6134205 | 2024-03-05 19:47:57 +0800 | [diff] [blame] | 1905 | "Value": 60 |
Delphine CC Chiu | 82e6a3f | 2023-08-08 17:42:59 +0800 | [diff] [blame] | 1906 | }, |
| 1907 | { |
| 1908 | "Direction": "greater than", |
| 1909 | "Label": "vin", |
| 1910 | "Name": "upper critical", |
| 1911 | "Severity": 1, |
Delphine CC Chiu | 6134205 | 2024-03-05 19:47:57 +0800 | [diff] [blame] | 1912 | "Value": 53.28 |
Delphine CC Chiu | 82e6a3f | 2023-08-08 17:42:59 +0800 | [diff] [blame] | 1913 | }, |
| 1914 | { |
| 1915 | "Direction": "greater than", |
| 1916 | "Label": "vin", |
| 1917 | "Name": "upper non critical", |
| 1918 | "Severity": 0, |
Delphine CC Chiu | 6134205 | 2024-03-05 19:47:57 +0800 | [diff] [blame] | 1919 | "Value": 52.8 |
Delphine CC Chiu | 82e6a3f | 2023-08-08 17:42:59 +0800 | [diff] [blame] | 1920 | }, |
| 1921 | { |
| 1922 | "Direction": "less than", |
| 1923 | "Label": "vin", |
| 1924 | "Name": "lower non critical", |
| 1925 | "Severity": 0, |
Delphine CC Chiu | 6134205 | 2024-03-05 19:47:57 +0800 | [diff] [blame] | 1926 | "Value": 43.2 |
Delphine CC Chiu | 82e6a3f | 2023-08-08 17:42:59 +0800 | [diff] [blame] | 1927 | }, |
| 1928 | { |
| 1929 | "Direction": "less than", |
| 1930 | "Label": "vin", |
| 1931 | "Name": "lower critical", |
| 1932 | "Severity": 1, |
Delphine CC Chiu | 6134205 | 2024-03-05 19:47:57 +0800 | [diff] [blame] | 1933 | "Value": 42.72 |
Delphine CC Chiu | 82e6a3f | 2023-08-08 17:42:59 +0800 | [diff] [blame] | 1934 | }, |
| 1935 | { |
| 1936 | "Direction": "less than", |
| 1937 | "Label": "vin", |
| 1938 | "Name": "lower non recoverable", |
| 1939 | "Severity": 4, |
Delphine CC Chiu | 6134205 | 2024-03-05 19:47:57 +0800 | [diff] [blame] | 1940 | "Value": 40 |
Delphine CC Chiu | 82e6a3f | 2023-08-08 17:42:59 +0800 | [diff] [blame] | 1941 | }, |
| 1942 | { |
| 1943 | "Direction": "greater than", |
| 1944 | "Label": "vout1", |
| 1945 | "Name": "upper non recoverable", |
| 1946 | "Severity": 4, |
| 1947 | "Value": 15 |
| 1948 | }, |
| 1949 | { |
| 1950 | "Direction": "greater than", |
| 1951 | "Label": "vout1", |
| 1952 | "Name": "upper critical", |
| 1953 | "Severity": 1, |
Delphine CC Chiu | 6134205 | 2024-03-05 19:47:57 +0800 | [diff] [blame] | 1954 | "Value": 13.054 |
Delphine CC Chiu | 82e6a3f | 2023-08-08 17:42:59 +0800 | [diff] [blame] | 1955 | }, |
| 1956 | { |
| 1957 | "Direction": "greater than", |
| 1958 | "Label": "vout1", |
| 1959 | "Name": "upper non critical", |
| 1960 | "Severity": 0, |
Delphine CC Chiu | 6134205 | 2024-03-05 19:47:57 +0800 | [diff] [blame] | 1961 | "Value": 12.932 |
Delphine CC Chiu | 82e6a3f | 2023-08-08 17:42:59 +0800 | [diff] [blame] | 1962 | }, |
| 1963 | { |
| 1964 | "Direction": "less than", |
| 1965 | "Label": "vout1", |
| 1966 | "Name": "lower non critical", |
| 1967 | "Severity": 0, |
Delphine CC Chiu | 6134205 | 2024-03-05 19:47:57 +0800 | [diff] [blame] | 1968 | "Value": 11.468 |
Delphine CC Chiu | 82e6a3f | 2023-08-08 17:42:59 +0800 | [diff] [blame] | 1969 | }, |
| 1970 | { |
| 1971 | "Direction": "less than", |
| 1972 | "Label": "vout1", |
| 1973 | "Name": "lower critical", |
| 1974 | "Severity": 1, |
Delphine CC Chiu | 6134205 | 2024-03-05 19:47:57 +0800 | [diff] [blame] | 1975 | "Value": 11.346 |
Delphine CC Chiu | 82e6a3f | 2023-08-08 17:42:59 +0800 | [diff] [blame] | 1976 | }, |
| 1977 | { |
| 1978 | "Direction": "less than", |
| 1979 | "Label": "vout1", |
| 1980 | "Name": "lower non recoverable", |
| 1981 | "Severity": 4, |
Delphine CC Chiu | 0b6d676 | 2024-03-15 10:23:18 +0800 | [diff] [blame] | 1982 | "Value": 10.091 |
Delphine CC Chiu | 82e6a3f | 2023-08-08 17:42:59 +0800 | [diff] [blame] | 1983 | }, |
| 1984 | { |
| 1985 | "Direction": "greater than", |
| 1986 | "Label": "iout1", |
| 1987 | "Name": "upper non recoverable", |
| 1988 | "Severity": 4, |
| 1989 | "Value": 130 |
| 1990 | }, |
| 1991 | { |
| 1992 | "Direction": "greater than", |
| 1993 | "Label": "iout1", |
| 1994 | "Name": "upper critical", |
| 1995 | "Severity": 1, |
| 1996 | "Value": 116.919 |
| 1997 | }, |
| 1998 | { |
| 1999 | "Direction": "greater than", |
| 2000 | "Label": "iout1", |
| 2001 | "Name": "upper non critical", |
| 2002 | "Severity": 0, |
| 2003 | "Value": 111.6045 |
| 2004 | }, |
| 2005 | { |
| 2006 | "Direction": "greater than", |
| 2007 | "Label": "temp1", |
| 2008 | "Name": "upper critical", |
| 2009 | "Severity": 1, |
Delphine CC Chiu | 86bac2b | 2024-05-08 13:30:02 +0800 | [diff] [blame] | 2010 | "Value": 100 |
Delphine CC Chiu | 82e6a3f | 2023-08-08 17:42:59 +0800 | [diff] [blame] | 2011 | } |
| 2012 | ], |
| 2013 | "Type": "pmbus", |
| 2014 | "iout1_Name": "MEDUSA_12VDELTA0_CURR_A", |
| 2015 | "temp1_Name": "MEDUSA_12VDELTA0_TEMP_C", |
| 2016 | "vin_Name": "MEDUSA_12VDELTA0_INPUT_VOLT_V", |
| 2017 | "vout1_Name": "MEDUSA_12VDELTA0_OUTPUT_VOLT_V" |
| 2018 | }, |
| 2019 | { |
| 2020 | "Address": "0x64", |
| 2021 | "Bus": 11, |
| 2022 | "Labels": [ |
| 2023 | "temp1", |
| 2024 | "vin", |
| 2025 | "vout1", |
| 2026 | "iout1" |
| 2027 | ], |
| 2028 | "Name": "MEDUSA_12VDELTA1", |
| 2029 | "Thresholds": [ |
| 2030 | { |
| 2031 | "Direction": "greater than", |
| 2032 | "Label": "vin", |
| 2033 | "Name": "upper non recoverable", |
| 2034 | "Severity": 4, |
Delphine CC Chiu | 6134205 | 2024-03-05 19:47:57 +0800 | [diff] [blame] | 2035 | "Value": 60 |
Delphine CC Chiu | 82e6a3f | 2023-08-08 17:42:59 +0800 | [diff] [blame] | 2036 | }, |
| 2037 | { |
| 2038 | "Direction": "greater than", |
| 2039 | "Label": "vin", |
| 2040 | "Name": "upper critical", |
| 2041 | "Severity": 1, |
Delphine CC Chiu | 6134205 | 2024-03-05 19:47:57 +0800 | [diff] [blame] | 2042 | "Value": 53.28 |
Delphine CC Chiu | 82e6a3f | 2023-08-08 17:42:59 +0800 | [diff] [blame] | 2043 | }, |
| 2044 | { |
| 2045 | "Direction": "greater than", |
| 2046 | "Label": "vin", |
| 2047 | "Name": "upper non critical", |
| 2048 | "Severity": 0, |
Delphine CC Chiu | 6134205 | 2024-03-05 19:47:57 +0800 | [diff] [blame] | 2049 | "Value": 52.8 |
Delphine CC Chiu | 82e6a3f | 2023-08-08 17:42:59 +0800 | [diff] [blame] | 2050 | }, |
| 2051 | { |
| 2052 | "Direction": "less than", |
| 2053 | "Label": "vin", |
| 2054 | "Name": "lower non critical", |
| 2055 | "Severity": 0, |
Delphine CC Chiu | 6134205 | 2024-03-05 19:47:57 +0800 | [diff] [blame] | 2056 | "Value": 43.2 |
Delphine CC Chiu | 82e6a3f | 2023-08-08 17:42:59 +0800 | [diff] [blame] | 2057 | }, |
| 2058 | { |
| 2059 | "Direction": "less than", |
| 2060 | "Label": "vin", |
| 2061 | "Name": "lower critical", |
| 2062 | "Severity": 1, |
Delphine CC Chiu | 6134205 | 2024-03-05 19:47:57 +0800 | [diff] [blame] | 2063 | "Value": 42.72 |
Delphine CC Chiu | 82e6a3f | 2023-08-08 17:42:59 +0800 | [diff] [blame] | 2064 | }, |
| 2065 | { |
| 2066 | "Direction": "less than", |
| 2067 | "Label": "vin", |
| 2068 | "Name": "lower non recoverable", |
| 2069 | "Severity": 4, |
Delphine CC Chiu | 6134205 | 2024-03-05 19:47:57 +0800 | [diff] [blame] | 2070 | "Value": 40 |
Delphine CC Chiu | 82e6a3f | 2023-08-08 17:42:59 +0800 | [diff] [blame] | 2071 | }, |
| 2072 | { |
| 2073 | "Direction": "greater than", |
| 2074 | "Label": "vout1", |
| 2075 | "Name": "upper non recoverable", |
| 2076 | "Severity": 4, |
| 2077 | "Value": 15 |
| 2078 | }, |
| 2079 | { |
| 2080 | "Direction": "greater than", |
| 2081 | "Label": "vout1", |
| 2082 | "Name": "upper critical", |
| 2083 | "Severity": 1, |
Delphine CC Chiu | 6134205 | 2024-03-05 19:47:57 +0800 | [diff] [blame] | 2084 | "Value": 13.054 |
Delphine CC Chiu | 82e6a3f | 2023-08-08 17:42:59 +0800 | [diff] [blame] | 2085 | }, |
| 2086 | { |
| 2087 | "Direction": "greater than", |
| 2088 | "Label": "vout1", |
| 2089 | "Name": "upper non critical", |
| 2090 | "Severity": 0, |
Delphine CC Chiu | 6134205 | 2024-03-05 19:47:57 +0800 | [diff] [blame] | 2091 | "Value": 12.932 |
Delphine CC Chiu | 82e6a3f | 2023-08-08 17:42:59 +0800 | [diff] [blame] | 2092 | }, |
| 2093 | { |
| 2094 | "Direction": "less than", |
| 2095 | "Label": "vout1", |
| 2096 | "Name": "lower non critical", |
| 2097 | "Severity": 0, |
Delphine CC Chiu | 6134205 | 2024-03-05 19:47:57 +0800 | [diff] [blame] | 2098 | "Value": 11.468 |
Delphine CC Chiu | 82e6a3f | 2023-08-08 17:42:59 +0800 | [diff] [blame] | 2099 | }, |
| 2100 | { |
| 2101 | "Direction": "less than", |
| 2102 | "Label": "vout1", |
| 2103 | "Name": "lower critical", |
| 2104 | "Severity": 1, |
Delphine CC Chiu | 6134205 | 2024-03-05 19:47:57 +0800 | [diff] [blame] | 2105 | "Value": 11.346 |
Delphine CC Chiu | 82e6a3f | 2023-08-08 17:42:59 +0800 | [diff] [blame] | 2106 | }, |
| 2107 | { |
| 2108 | "Direction": "less than", |
| 2109 | "Label": "vout1", |
| 2110 | "Name": "lower non recoverable", |
| 2111 | "Severity": 4, |
Delphine CC Chiu | 0b6d676 | 2024-03-15 10:23:18 +0800 | [diff] [blame] | 2112 | "Value": 10.091 |
Delphine CC Chiu | 82e6a3f | 2023-08-08 17:42:59 +0800 | [diff] [blame] | 2113 | }, |
| 2114 | { |
| 2115 | "Direction": "greater than", |
| 2116 | "Label": "iout1", |
| 2117 | "Name": "upper non recoverable", |
| 2118 | "Severity": 4, |
| 2119 | "Value": 130 |
| 2120 | }, |
| 2121 | { |
| 2122 | "Direction": "greater than", |
| 2123 | "Label": "iout1", |
| 2124 | "Name": "upper critical", |
| 2125 | "Severity": 1, |
| 2126 | "Value": 116.919 |
| 2127 | }, |
| 2128 | { |
| 2129 | "Direction": "greater than", |
| 2130 | "Label": "iout1", |
| 2131 | "Name": "upper non critical", |
| 2132 | "Severity": 0, |
| 2133 | "Value": 111.6045 |
| 2134 | }, |
| 2135 | { |
| 2136 | "Direction": "greater than", |
| 2137 | "Label": "temp1", |
| 2138 | "Name": "upper critical", |
| 2139 | "Severity": 1, |
Delphine CC Chiu | 86bac2b | 2024-05-08 13:30:02 +0800 | [diff] [blame] | 2140 | "Value": 100 |
Delphine CC Chiu | 82e6a3f | 2023-08-08 17:42:59 +0800 | [diff] [blame] | 2141 | } |
| 2142 | ], |
| 2143 | "Type": "pmbus", |
| 2144 | "iout1_Name": "MEDUSA_12VDELTA1_CURR_A", |
| 2145 | "temp1_Name": "MEDUSA_12VDELTA1_TEMP_C", |
| 2146 | "vin_Name": "MEDUSA_12VDELTA1_INPUT_VOLT_V", |
| 2147 | "vout1_Name": "MEDUSA_12VDELTA1_OUTPUT_VOLT_V" |
| 2148 | }, |
| 2149 | { |
| 2150 | "Address": "0x65", |
| 2151 | "Bus": 11, |
| 2152 | "Labels": [ |
| 2153 | "temp1", |
| 2154 | "vin", |
| 2155 | "vout1", |
| 2156 | "iout1" |
| 2157 | ], |
| 2158 | "Name": "MEDUSA_12VDELTA2", |
| 2159 | "Thresholds": [ |
| 2160 | { |
| 2161 | "Direction": "greater than", |
| 2162 | "Label": "vin", |
| 2163 | "Name": "upper non recoverable", |
| 2164 | "Severity": 4, |
Delphine CC Chiu | 6134205 | 2024-03-05 19:47:57 +0800 | [diff] [blame] | 2165 | "Value": 60 |
Delphine CC Chiu | 82e6a3f | 2023-08-08 17:42:59 +0800 | [diff] [blame] | 2166 | }, |
| 2167 | { |
| 2168 | "Direction": "greater than", |
| 2169 | "Label": "vin", |
| 2170 | "Name": "upper critical", |
| 2171 | "Severity": 1, |
Delphine CC Chiu | 6134205 | 2024-03-05 19:47:57 +0800 | [diff] [blame] | 2172 | "Value": 53.28 |
Delphine CC Chiu | 82e6a3f | 2023-08-08 17:42:59 +0800 | [diff] [blame] | 2173 | }, |
| 2174 | { |
| 2175 | "Direction": "greater than", |
| 2176 | "Label": "vin", |
| 2177 | "Name": "upper non critical", |
| 2178 | "Severity": 0, |
Delphine CC Chiu | 6134205 | 2024-03-05 19:47:57 +0800 | [diff] [blame] | 2179 | "Value": 52.8 |
Delphine CC Chiu | 82e6a3f | 2023-08-08 17:42:59 +0800 | [diff] [blame] | 2180 | }, |
| 2181 | { |
| 2182 | "Direction": "less than", |
| 2183 | "Label": "vin", |
| 2184 | "Name": "lower non critical", |
| 2185 | "Severity": 0, |
Delphine CC Chiu | 6134205 | 2024-03-05 19:47:57 +0800 | [diff] [blame] | 2186 | "Value": 43.2 |
Delphine CC Chiu | 82e6a3f | 2023-08-08 17:42:59 +0800 | [diff] [blame] | 2187 | }, |
| 2188 | { |
| 2189 | "Direction": "less than", |
| 2190 | "Label": "vin", |
| 2191 | "Name": "lower critical", |
| 2192 | "Severity": 1, |
Delphine CC Chiu | 6134205 | 2024-03-05 19:47:57 +0800 | [diff] [blame] | 2193 | "Value": 42.72 |
Delphine CC Chiu | 82e6a3f | 2023-08-08 17:42:59 +0800 | [diff] [blame] | 2194 | }, |
| 2195 | { |
| 2196 | "Direction": "less than", |
| 2197 | "Label": "vin", |
| 2198 | "Name": "lower non recoverable", |
| 2199 | "Severity": 4, |
Delphine CC Chiu | 6134205 | 2024-03-05 19:47:57 +0800 | [diff] [blame] | 2200 | "Value": 40 |
Delphine CC Chiu | 82e6a3f | 2023-08-08 17:42:59 +0800 | [diff] [blame] | 2201 | }, |
| 2202 | { |
| 2203 | "Direction": "greater than", |
| 2204 | "Label": "vout1", |
| 2205 | "Name": "upper non recoverable", |
| 2206 | "Severity": 4, |
| 2207 | "Value": 15 |
| 2208 | }, |
| 2209 | { |
| 2210 | "Direction": "greater than", |
| 2211 | "Label": "vout1", |
| 2212 | "Name": "upper critical", |
| 2213 | "Severity": 1, |
Delphine CC Chiu | 6134205 | 2024-03-05 19:47:57 +0800 | [diff] [blame] | 2214 | "Value": 13.054 |
Delphine CC Chiu | 82e6a3f | 2023-08-08 17:42:59 +0800 | [diff] [blame] | 2215 | }, |
| 2216 | { |
| 2217 | "Direction": "greater than", |
| 2218 | "Label": "vout1", |
| 2219 | "Name": "upper non critical", |
| 2220 | "Severity": 0, |
Delphine CC Chiu | 6134205 | 2024-03-05 19:47:57 +0800 | [diff] [blame] | 2221 | "Value": 12.932 |
Delphine CC Chiu | 82e6a3f | 2023-08-08 17:42:59 +0800 | [diff] [blame] | 2222 | }, |
| 2223 | { |
| 2224 | "Direction": "less than", |
| 2225 | "Label": "vout1", |
| 2226 | "Name": "lower non critical", |
| 2227 | "Severity": 0, |
Delphine CC Chiu | 6134205 | 2024-03-05 19:47:57 +0800 | [diff] [blame] | 2228 | "Value": 11.468 |
Delphine CC Chiu | 82e6a3f | 2023-08-08 17:42:59 +0800 | [diff] [blame] | 2229 | }, |
| 2230 | { |
| 2231 | "Direction": "less than", |
| 2232 | "Label": "vout1", |
| 2233 | "Name": "lower critical", |
| 2234 | "Severity": 1, |
Delphine CC Chiu | 6134205 | 2024-03-05 19:47:57 +0800 | [diff] [blame] | 2235 | "Value": 11.346 |
Delphine CC Chiu | 82e6a3f | 2023-08-08 17:42:59 +0800 | [diff] [blame] | 2236 | }, |
| 2237 | { |
| 2238 | "Direction": "less than", |
| 2239 | "Label": "vout1", |
| 2240 | "Name": "lower non recoverable", |
| 2241 | "Severity": 4, |
Delphine CC Chiu | 0b6d676 | 2024-03-15 10:23:18 +0800 | [diff] [blame] | 2242 | "Value": 10.091 |
Delphine CC Chiu | 82e6a3f | 2023-08-08 17:42:59 +0800 | [diff] [blame] | 2243 | }, |
| 2244 | { |
| 2245 | "Direction": "greater than", |
| 2246 | "Label": "iout1", |
| 2247 | "Name": "upper non recoverable", |
| 2248 | "Severity": 4, |
| 2249 | "Value": 130 |
| 2250 | }, |
| 2251 | { |
| 2252 | "Direction": "greater than", |
| 2253 | "Label": "iout1", |
| 2254 | "Name": "upper critical", |
| 2255 | "Severity": 1, |
| 2256 | "Value": 116.919 |
| 2257 | }, |
| 2258 | { |
| 2259 | "Direction": "greater than", |
| 2260 | "Label": "iout1", |
| 2261 | "Name": "upper non critical", |
| 2262 | "Severity": 0, |
| 2263 | "Value": 111.6045 |
| 2264 | }, |
| 2265 | { |
| 2266 | "Direction": "greater than", |
| 2267 | "Label": "temp1", |
| 2268 | "Name": "upper critical", |
| 2269 | "Severity": 1, |
Delphine CC Chiu | 86bac2b | 2024-05-08 13:30:02 +0800 | [diff] [blame] | 2270 | "Value": 100 |
Delphine CC Chiu | 82e6a3f | 2023-08-08 17:42:59 +0800 | [diff] [blame] | 2271 | } |
| 2272 | ], |
| 2273 | "Type": "pmbus", |
| 2274 | "iout1_Name": "MEDUSA_12VDELTA2_CURR_A", |
| 2275 | "temp1_Name": "MEDUSA_12VDELTA2_TEMP_C", |
| 2276 | "vin_Name": "MEDUSA_12VDELTA2_INPUT_VOLT_V", |
| 2277 | "vout1_Name": "MEDUSA_12VDELTA2_OUTPUT_VOLT_V" |
| 2278 | }, |
| 2279 | { |
| 2280 | "Address": "0x68", |
| 2281 | "Bus": 11, |
| 2282 | "Labels": [ |
| 2283 | "temp1", |
| 2284 | "vin", |
| 2285 | "vout1", |
| 2286 | "iout1" |
| 2287 | ], |
| 2288 | "Name": "MEDUSA_12VDELTA3", |
| 2289 | "Thresholds": [ |
| 2290 | { |
| 2291 | "Direction": "greater than", |
| 2292 | "Label": "vin", |
| 2293 | "Name": "upper non recoverable", |
| 2294 | "Severity": 4, |
Delphine CC Chiu | 6134205 | 2024-03-05 19:47:57 +0800 | [diff] [blame] | 2295 | "Value": 60 |
Delphine CC Chiu | 82e6a3f | 2023-08-08 17:42:59 +0800 | [diff] [blame] | 2296 | }, |
| 2297 | { |
| 2298 | "Direction": "greater than", |
| 2299 | "Label": "vin", |
| 2300 | "Name": "upper critical", |
| 2301 | "Severity": 1, |
Delphine CC Chiu | 6134205 | 2024-03-05 19:47:57 +0800 | [diff] [blame] | 2302 | "Value": 53.28 |
Delphine CC Chiu | 82e6a3f | 2023-08-08 17:42:59 +0800 | [diff] [blame] | 2303 | }, |
| 2304 | { |
| 2305 | "Direction": "greater than", |
| 2306 | "Label": "vin", |
| 2307 | "Name": "upper non critical", |
| 2308 | "Severity": 0, |
Delphine CC Chiu | 6134205 | 2024-03-05 19:47:57 +0800 | [diff] [blame] | 2309 | "Value": 52.8 |
Delphine CC Chiu | 82e6a3f | 2023-08-08 17:42:59 +0800 | [diff] [blame] | 2310 | }, |
| 2311 | { |
| 2312 | "Direction": "less than", |
| 2313 | "Label": "vin", |
| 2314 | "Name": "lower non critical", |
| 2315 | "Severity": 0, |
Delphine CC Chiu | 6134205 | 2024-03-05 19:47:57 +0800 | [diff] [blame] | 2316 | "Value": 43.2 |
Delphine CC Chiu | 82e6a3f | 2023-08-08 17:42:59 +0800 | [diff] [blame] | 2317 | }, |
| 2318 | { |
| 2319 | "Direction": "less than", |
| 2320 | "Label": "vin", |
| 2321 | "Name": "lower critical", |
| 2322 | "Severity": 1, |
Delphine CC Chiu | 6134205 | 2024-03-05 19:47:57 +0800 | [diff] [blame] | 2323 | "Value": 42.72 |
Delphine CC Chiu | 82e6a3f | 2023-08-08 17:42:59 +0800 | [diff] [blame] | 2324 | }, |
| 2325 | { |
| 2326 | "Direction": "less than", |
| 2327 | "Label": "vin", |
| 2328 | "Name": "lower non recoverable", |
| 2329 | "Severity": 4, |
Delphine CC Chiu | 6134205 | 2024-03-05 19:47:57 +0800 | [diff] [blame] | 2330 | "Value": 40 |
Delphine CC Chiu | 82e6a3f | 2023-08-08 17:42:59 +0800 | [diff] [blame] | 2331 | }, |
| 2332 | { |
| 2333 | "Direction": "greater than", |
| 2334 | "Label": "vout1", |
| 2335 | "Name": "upper non recoverable", |
| 2336 | "Severity": 4, |
| 2337 | "Value": 15 |
| 2338 | }, |
| 2339 | { |
| 2340 | "Direction": "greater than", |
| 2341 | "Label": "vout1", |
| 2342 | "Name": "upper critical", |
| 2343 | "Severity": 1, |
Delphine CC Chiu | 6134205 | 2024-03-05 19:47:57 +0800 | [diff] [blame] | 2344 | "Value": 13.054 |
Delphine CC Chiu | 82e6a3f | 2023-08-08 17:42:59 +0800 | [diff] [blame] | 2345 | }, |
| 2346 | { |
| 2347 | "Direction": "greater than", |
| 2348 | "Label": "vout1", |
| 2349 | "Name": "upper non critical", |
| 2350 | "Severity": 0, |
Delphine CC Chiu | 6134205 | 2024-03-05 19:47:57 +0800 | [diff] [blame] | 2351 | "Value": 12.932 |
Delphine CC Chiu | 82e6a3f | 2023-08-08 17:42:59 +0800 | [diff] [blame] | 2352 | }, |
| 2353 | { |
| 2354 | "Direction": "less than", |
| 2355 | "Label": "vout1", |
| 2356 | "Name": "lower non critical", |
| 2357 | "Severity": 0, |
Delphine CC Chiu | 6134205 | 2024-03-05 19:47:57 +0800 | [diff] [blame] | 2358 | "Value": 11.468 |
Delphine CC Chiu | 82e6a3f | 2023-08-08 17:42:59 +0800 | [diff] [blame] | 2359 | }, |
| 2360 | { |
| 2361 | "Direction": "less than", |
| 2362 | "Label": "vout1", |
| 2363 | "Name": "lower critical", |
| 2364 | "Severity": 1, |
Delphine CC Chiu | 6134205 | 2024-03-05 19:47:57 +0800 | [diff] [blame] | 2365 | "Value": 11.346 |
Delphine CC Chiu | 82e6a3f | 2023-08-08 17:42:59 +0800 | [diff] [blame] | 2366 | }, |
| 2367 | { |
| 2368 | "Direction": "less than", |
| 2369 | "Label": "vout1", |
| 2370 | "Name": "lower non recoverable", |
| 2371 | "Severity": 4, |
Delphine CC Chiu | 0b6d676 | 2024-03-15 10:23:18 +0800 | [diff] [blame] | 2372 | "Value": 10.091 |
Delphine CC Chiu | 82e6a3f | 2023-08-08 17:42:59 +0800 | [diff] [blame] | 2373 | }, |
| 2374 | { |
| 2375 | "Direction": "greater than", |
| 2376 | "Label": "iout1", |
| 2377 | "Name": "upper non recoverable", |
| 2378 | "Severity": 4, |
| 2379 | "Value": 130 |
| 2380 | }, |
| 2381 | { |
| 2382 | "Direction": "greater than", |
| 2383 | "Label": "iout1", |
| 2384 | "Name": "upper critical", |
| 2385 | "Severity": 1, |
| 2386 | "Value": 116.919 |
| 2387 | }, |
| 2388 | { |
| 2389 | "Direction": "greater than", |
| 2390 | "Label": "iout1", |
| 2391 | "Name": "upper non critical", |
| 2392 | "Severity": 0, |
| 2393 | "Value": 111.6045 |
| 2394 | }, |
| 2395 | { |
| 2396 | "Direction": "greater than", |
| 2397 | "Label": "temp1", |
| 2398 | "Name": "upper critical", |
| 2399 | "Severity": 1, |
Delphine CC Chiu | 86bac2b | 2024-05-08 13:30:02 +0800 | [diff] [blame] | 2400 | "Value": 100 |
Delphine CC Chiu | 82e6a3f | 2023-08-08 17:42:59 +0800 | [diff] [blame] | 2401 | } |
| 2402 | ], |
| 2403 | "Type": "pmbus", |
| 2404 | "iout1_Name": "MEDUSA_12VDELTA3_CURR_A", |
| 2405 | "temp1_Name": "MEDUSA_12VDELTA3_TEMP_C", |
| 2406 | "vin_Name": "MEDUSA_12VDELTA3_INPUT_VOLT_V", |
| 2407 | "vout1_Name": "MEDUSA_12VDELTA3_OUTPUT_VOLT_V" |
| 2408 | } |
| 2409 | ], |
| 2410 | "Name": "Yosemite 4 Medusa Board", |
Ian Chien | 1b06aef | 2024-07-19 10:33:51 +0800 | [diff] [blame] | 2411 | "Probe": "xyz.openbmc_project.FruDevice({'BOARD_PRODUCT_NAME': 'Medusa Board ADC-TI 12VHSC_ADI 48VHSC-ADI', 'PRODUCT_PRODUCT_NAME': 'Yosemite V4'})", |
Delphine CC Chiu | 82e6a3f | 2023-08-08 17:42:59 +0800 | [diff] [blame] | 2412 | "Type": "Board", |
| 2413 | "xyz.openbmc_project.Inventory.Decorator.Asset": { |
Ingrid Chen | f6d0e78 | 2024-07-10 13:41:34 +0800 | [diff] [blame] | 2414 | "BuildDate": "$BOARD_MANUFACTURE_DATE", |
| 2415 | "Manufacturer": "$BOARD_MANUFACTURER", |
| 2416 | "Model": "$BOARD_PRODUCT_NAME", |
| 2417 | "PartNumber": "$BOARD_PART_NUMBER", |
| 2418 | "SerialNumber": "$BOARD_SERIAL_NUMBER", |
Delphine CC Chiu | 3c0af08 | 2024-05-15 16:33:03 +0800 | [diff] [blame] | 2419 | "SparePartNumber": "$BOARD_INFO_AM1" |
Delphine CC Chiu | d827cca | 2024-03-27 17:02:24 +0800 | [diff] [blame] | 2420 | }, |
| 2421 | "xyz.openbmc_project.Inventory.Decorator.AssetTag": { |
| 2422 | "AssetTag": "$PRODUCT_ASSET_TAG" |
Delphine CC Chiu | baedb72 | 2024-04-01 16:21:03 +0800 | [diff] [blame] | 2423 | }, |
| 2424 | "xyz.openbmc_project.Inventory.Decorator.Revision": { |
| 2425 | "Version": "$PRODUCT_VERSION" |
Delphine CC Chiu | 82e6a3f | 2023-08-08 17:42:59 +0800 | [diff] [blame] | 2426 | } |
| 2427 | } |