ADI library has different values than I calculated. saving both models

This commit is contained in:
Brendan Haines 2024-10-20 13:05:35 -06:00
parent ab1d17b47e
commit b13ca4b12a
2 changed files with 39 additions and 5 deletions

View File

@ -1,6 +1,6 @@
{
"Name": "TEMD5110X01_custom",
"Description": "TEMD5110X01 (custom)",
"Description": "TEMD5110X01 using values at operational point from datasheet",
"Tool": "PD",
"Design": {
"photodiode": {
@ -18,8 +18,8 @@
"opAmps": [
{
"stage": "stage_1",
"opAmp": "ADA4625-2",
"locked": false,
"opAmp": "AD8652",
"locked": true,
"found": true,
"valid": true
}
@ -28,7 +28,7 @@
"noiseGainUnit": "dB"
}
},
"CreatedDate": "2024-10-20 12:56:14 PM",
"UpdatedDate": "2024-10-20 12:56:14 PM",
"CreatedDate": "2024-10-20 01:04:39 PM",
"UpdatedDate": "2024-10-20 01:04:39 PM",
"JsonVersion": "1.0.0"
}

View File

@ -0,0 +1,34 @@
{
"Name": "TEMD5110X01_library",
"Description": "TEMD5110X01 using values from ADI library",
"Tool": "PD",
"Design": {
"photodiode": {
"sensor": "TEMD5110X01",
"reverseVoltage": 5,
"biasPreference": "negative",
"capacitance": 7e-11,
"shuntResistance": 5000000000,
"peakCurrent": 0.00011,
"peakVoltage": 3,
"speedPreference": "bandwidth",
"speed": 2000000,
"peaking": 0.707107,
"stages": "1",
"opAmps": [
{
"stage": "stage_1",
"opAmp": "AD8652",
"locked": false,
"found": true,
"valid": true
}
],
"frequencyResponseUnit": "dB",
"noiseGainUnit": "dB"
}
},
"CreatedDate": "2024-10-20 01:04:18 PM",
"UpdatedDate": "2024-10-20 01:04:18 PM",
"JsonVersion": "1.0.0"
}