Inductor Device
The Spectre mutual_inductor device is translated as an ADS mutual inductor.
Example Spectre Command Line:
- Without model referenced:
- l33 (0 net29) inductor l=10e-9 r=1 m=1
- With model referenced:
- l33 (0 net29) ind l=6e-9 r=1 tc1=1e-12 tc2=1e-12 tnom=25
Spectre Netlist Syntax:
- Without model referenced:
- name n1 n2 inductor [param=value]*
- With model referenced:
- name n1 n2 mname [param=value]*
ADS Netlist Syntax:
- L:lid n1 n2 L=value
ADS Schematic Symbol:
Instance Parameters:
For information on parameter format, refer to Using Parameter Mapping Tables to Understand a Translation
Table 7-5. Inductor Parameter Mapping
|
|
|
|
|
|
L
|
H
|
0.0
|
l
|
H
|
0.0
|
R
|
ohms
|
0.0
|
r
|
ohms
|
0.0
|
InitCond
|
A
|
0.0
|
ic
|
A
|
0.0
|
Noise
|
|
yes
|
isnoisy
|
|
yes
|
_M
|
|
1
|
m
|
|
1
|
Parameters not in Spectre Model
|
|
|
|
Temp 
|
°C
|
25
|
|
|
|
Tnom
|
°C
|
|
|
|
|
TC1
|
1/°C
|
|
|
|
|
TC2
|
1/°C2
|
|
|
|
|
|
|
|
Parameters not in ADS Model
|
|
|
|
trise
|
°C
|
0.0
|
Temp = trise + temp ("temp" is an ADS global variable)
|
Comments:
- If SCALE is specified, Value=Value*scale.
- If trise is provided, Temp=trise+temp (temp is an ADS global variable).
|