ADI library has different values than I calculated. saving both models
This commit is contained in:
parent
ab1d17b47e
commit
b13ca4b12a
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"Name": "TEMD5110X01_custom",
|
"Name": "TEMD5110X01_custom",
|
||||||
"Description": "TEMD5110X01 (custom)",
|
"Description": "TEMD5110X01 using values at operational point from datasheet",
|
||||||
"Tool": "PD",
|
"Tool": "PD",
|
||||||
"Design": {
|
"Design": {
|
||||||
"photodiode": {
|
"photodiode": {
|
||||||
|
@ -18,8 +18,8 @@
|
||||||
"opAmps": [
|
"opAmps": [
|
||||||
{
|
{
|
||||||
"stage": "stage_1",
|
"stage": "stage_1",
|
||||||
"opAmp": "ADA4625-2",
|
"opAmp": "AD8652",
|
||||||
"locked": false,
|
"locked": true,
|
||||||
"found": true,
|
"found": true,
|
||||||
"valid": true
|
"valid": true
|
||||||
}
|
}
|
||||||
|
@ -28,7 +28,7 @@
|
||||||
"noiseGainUnit": "dB"
|
"noiseGainUnit": "dB"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"CreatedDate": "2024-10-20 12:56:14 PM",
|
"CreatedDate": "2024-10-20 01:04:39 PM",
|
||||||
"UpdatedDate": "2024-10-20 12:56:14 PM",
|
"UpdatedDate": "2024-10-20 01:04:39 PM",
|
||||||
"JsonVersion": "1.0.0"
|
"JsonVersion": "1.0.0"
|
||||||
}
|
}
|
34
models/adi_photodiode_wizard/TEMD5110X01_library.json
Normal file
34
models/adi_photodiode_wizard/TEMD5110X01_library.json
Normal 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"
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user