Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Hspice Users

Hspice Users

Share this group

Quick Overview

Category
Uncategorized
Language
Total members
116
Total events
0
Total discussions
27
Total views
44K
Total albums
0

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Print Model Parameters from HSPICE netlist

nerd1234

Newbie
Newbie level 1
Joined
Feb 12, 2023
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
9
Im trying to print the specific parameter value "aclv_uncorr" from a model in an hspice netlist. How can I do this? Here is what I have tried so far:

*** Netlist ***

.LIB pathname/fets.lib deviceLibName

.subckt deviceLibName d g s b
.ends

X1 drain gate source substrate deviceLibName

.DATA bias vvgate
+ 0.000001e+00
.ENDDATA

vgate gate igate dc vvgate
vigate 0 igate 0
vsource source isource dc 0.0
visource 0 isource 0
vdrain drain idrain dc 0.05
vidrain 0 idrain 0
vsubstrate substrate isubstrate dc 0.0
visubstrate 0 isubstrate 0

.probe DC par(X1.aclv_uncorr)

.print DC par('X1(aclv_uncorr)')

.end
 

LaTeX Commands Quick-Menu:

Similar threads

Top