Initial commit

This commit is contained in:
2026-02-26 17:41:05 +01:00
commit 3945b687d4
30 changed files with 2498 additions and 0 deletions

View File

@@ -0,0 +1,32 @@
{
"Instruments": [
{
"InstrumentName": "pin1",
"Variant": "AVI64",
"Option": [],
"PinType": "single",
"PinNumbers": ["1"]
},
{
"InstrumentName": "pin1",
"Variant": "AVI64",
"Option": [],
"PinType": "ganged",
"PinNumbers": ["1","2"]
},
{
"InstrumentName": "pin1",
"Variant": "AVI64",
"Option": ["highCurrent"],
"PinType": "single",
"PinNumbers": ["1"]
},
{
"InstrumentName": "meas1",
"Variant": "AVI64",
"Option": [],
"PinType": "single",
"PinNumbers": ["2"]
}
]
}