From b13ca4b12a465fce9188b51ee981d295429dec9d Mon Sep 17 00:00:00 2001 From: Brendan Haines Date: Sun, 20 Oct 2024 13:05:35 -0600 Subject: [PATCH] ADI library has different values than I calculated. saving both models --- .../TEMD5110X01_custom.json | 10 +++--- .../TEMD5110X01_library.json | 34 +++++++++++++++++++ 2 files changed, 39 insertions(+), 5 deletions(-) create mode 100644 models/adi_photodiode_wizard/TEMD5110X01_library.json diff --git a/models/adi_photodiode_wizard/TEMD5110X01_custom.json b/models/adi_photodiode_wizard/TEMD5110X01_custom.json index fa3e1c9..fe7f0bf 100644 --- a/models/adi_photodiode_wizard/TEMD5110X01_custom.json +++ b/models/adi_photodiode_wizard/TEMD5110X01_custom.json @@ -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" } \ No newline at end of file diff --git a/models/adi_photodiode_wizard/TEMD5110X01_library.json b/models/adi_photodiode_wizard/TEMD5110X01_library.json new file mode 100644 index 0000000..4643aad --- /dev/null +++ b/models/adi_photodiode_wizard/TEMD5110X01_library.json @@ -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" +} \ No newline at end of file