代码搜索结果
找到约 506 项符合
Diode 的代码
diosetup.c
/**********
Copyright 1990 Regents of the University of California. All rights reserved.
Author: 1985 Thomas L. Quarles
**********/
/* load the diode structure with those pointers needed later
* f
dio.c
/**********
Copyright 1990 Regents of the University of California. All rights reserved.
Author: 1985 Thomas L. Quarles
**********/
#include "spice.h"
#include
#include "devdefs.h"
#includ
pindiode.cir
TWO-DIMENSIONAL PIN-DIODE CIRCUIT
VIN 1 0 0.0v (PWL 0ns 0.8v 1ns -50.0v)
L1 1 2 0.5uH
VD 2 3 0.0v
D1 3 0 M_PIN AREA=200 IC.FILE="OP.0.d1"
VRC 2 4 0.0v
R1 4 5 100
C1 5 0 1.0nF
.MODEL M_PIN NUMD
recovery.cir
DIODE REVERSE RECOVERY
VPP 1 0 0.0V (PULSE 1.0V -1.0V 1NS 1PS 1PS 20NS 40NS)
VNN 2 0 0.0V
RS 1 3 1.0
LS 3 4 0.5UH
DT 4 2 M_PIN AREA=1
.MODEL M_PIN NUMD LEVEL=2
+ OPTIONS DEFW=100U
+ X.MESH N=1 L=
dbridge.cir
DIODE BRIDGE RECTIFIER
VLINE 3 4 0.0V SIN 0V 10V 60HZ
VGRND 2 0 0.0V
D1 3 1 M_PN AREA=100
D2 4 1 M_PN AREA=100
D3 2 3 M_PN AREA=100
D4 2 4 M_PN AREA=100
RL 1 2 1.0K
.MODEL M_PN NUMD LEVEL=1
+ *****
pintest.cir
* Test circuit for pin.mod
.include pin.mod
* Photodiode supply
Vbias psu 0 10V
* Light input is modeled by a voltage source that we can vary
Vlight input 0 2mW
* The pin diode
Xpin input ca
pin.mod
* PIN model
* line 2
* line 3
* -- Summary -------------------------------
* This is a simple spice model of a PIN diode.
*
* -- Description ---------------------------
* It is a three node device; on
makefile.am
## Process this file with automake to produce Makefile.in
TESTS = CEamp.cir \
FG.cir \
FO.cir \
diffamp.cir \
diode.cir \
noise_scale_test.cir \
temp.cir \
tran_aplac_test.cir
dioinit.c
#include "config.h"
#include "devdefs.h"
#include "cktdefs.h"
#include "diodefs.h"
#include "dioitf.h"
#include "dioext.h"
#include "dioinit.h"
SPICEdev DIOinfo = {
{
"Diode",
dio.c
/**********
Copyright 1990 Regents of the University of California. All rights reserved.
Author: 1985 Thomas L. Quarles
Modified by Dietmar Warning 2003 and Paolo Nenzi 2003
**********/
#include "ng