summaryrefslogtreecommitdiff
path: root/src/ngspicetoModelica/Mapping.json
blob: 5ebd2affabd3a9fec5a7354be470be47b56b5eea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
	"Components":{
				"R" : "Analog.Basic.Resistor",
				"C" : "Analog.Basic.Capacitor",
				"L" : "Analog.Basic.Inductor",
				"e" : "Analog.Basic.VCV",
				"g" : "Analog.Basic.VCC",
				"f" : "Analog.Basic.CCC",
				"h" : "Analog.Basic.CCV",
				"0" : "Analog.Basic.Ground",
				"gnd" : "Analog.Basic.Ground"

		},
	"Sources":{
		"pulse":"Analog.Sources.TrapezoidVoltage",
		"sine":"Analog.Sources.SineVoltage",
		"pwl" : "Analog.Sources.TableVoltage",
		"dc" : "Analog.Sources.ConstantVoltage"
		},
	"Devices":{
		"d" : "Analog.Semiconductors.Diode",
		"D" : "Analog.Semiconductors.Diode",
		"M" :"BondLib.Electrical.Analog.Spice",
		"m" : "BondLib.Electrical.Analog.Spice",
		"Q": "Analog.Semiconductors",
		"q": "Analog.Semiconductors"
		},
	

	"Models":{
		"zener":{
			"import":"Analog.Semiconductors.ZDiode",
			"mapping":{
				"v_breakdown":"Bv",
				"i_breakdown":"Ibv",
				"i_sat":"Ids",
				"n_forward":"Nbv"

			},
			"default":{
				"Ids":"880.5e-18",
				"Vt":"0.025",
				"R":"1e12",
				"Bv":"8.1",
				"Ibv":"0.020245",
				"Nbv":"1.6989"

			}

		}
	},
	
	"Units":{
		"k":"e3",
		"u":"e-6",
		"p":"e-12",
		"t":"e12",
		"g":"e9",
		"m":"e-3",
		"me":"e6",
		"n":"e-9",
		"f":"e-15"

	}
	
}