Skip to content

feat: query mqt info API

This provides the ability for URLs like:

https://itkpix-srv.ucsc.edu/localdb/api/components/<SN>/properties/<optional_key>

At the moment the implementation provides:

{
  "bom": {
    "code": "11",
    "value": "V1.1 L1"
  },
  "chip_type": "ITKPIXV2",
  "layer": "L1",
  "module-qc-tools": "2.6.0",
  "n_chips": 4,
  "nominal_current": 6.5
}

but could be expanded later to provide more information -- this requires the module being pulled into localdb.

Edited by Giordon Holtsberg Stark

Merge request reports

Loading