feat: query mqt info API
This provides the ability for URLs like:
https://itkpix-srv.ucsc.edu/localdb/api/components/<SN>/properties/<optional_key>
- list various properties: https://itkpix-srv.ucsc.edu/localdb/api/components/20UPIM13710377/properties/
- get nominal current: https://itkpix-srv.ucsc.edu/localdb/api/components/20UPIM13710377/properties/nominal_current
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